We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17f4240 commit e30ec5bCopy full SHA for e30ec5b
.github/workflows/test-linux.yml
@@ -25,6 +25,8 @@ jobs:
25
- uses: actions/checkout@v3
26
with:
27
persist-credentials: false
28
+ - name: Checkout submodules
29
+ run: git submodule update --init --recursive
30
- name: Set up Python ${{ env.PYTHON_VERSION }}
31
uses: actions/setup-python@v4
32
0 commit comments