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 3fbe218 commit 8d57ffaCopy full SHA for 8d57ffa
.github/workflows/test.yml
@@ -35,8 +35,6 @@ jobs:
35
36
steps:
37
- uses: actions/checkout@v2
38
- with:
39
- submodules: true
40
- uses: actions/setup-python@v2
41
with:
42
python-version: ${{ matrix.python }}
.github/workflows/test_stubgenc.yml
@@ -20,13 +20,10 @@ jobs:
20
21
22
23
- - name: initialize submodules
24
- run: git submodule update --init
25
-
26
- name: Setup 🐍 3.8
27
uses: actions/setup-python@v2
28
29
python-version: 3.8
30
31
- name: Test stubgenc
32
- run: misc/test-stubgenc.sh
+ run: misc/test-stubgenc.sh
.gitmodules
0 commit comments