We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16106a8 commit 9aa85d5Copy full SHA for 9aa85d5
1 file changed
.github/workflows/main.yml
@@ -45,6 +45,8 @@ jobs:
45
steps:
46
- name: Check out code
47
uses: actions/checkout@v4
48
+ with:
49
+ submodules: true
50
51
- name: Set up Python ${{ matrix.python-version }}
52
uses: actions/setup-python@v5
0 commit comments