Skip to content

Commit 5f9e73b

Browse files
committed
🐛 checkout submodule
1 parent eba3973 commit 5f9e73b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/pythonpublish.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,9 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v1
12-
- name: Set up Python
13-
uses: actions/setup-python@v1
12+
- uses: srt32/[email protected]
1413
with:
15-
python-version: '3.x'
14+
args: git submodule update --init --recursive
1615
- name: Set up Python
1716
uses: actions/setup-python@v1
1817
with:

0 commit comments

Comments
 (0)