Skip to content

Commit eba3973

Browse files
committed
🐛 checkout submodule
1 parent bb17041 commit eba3973

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pythonpublish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v1
12+
- name: Set up Python
13+
uses: actions/setup-python@v1
14+
with:
15+
python-version: '3.x'
1216
- name: Set up Python
1317
uses: actions/setup-python@v1
1418
with:

0 commit comments

Comments
 (0)