Skip to content

Commit

Permalink
🐛 checkout submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
chfw committed Jan 12, 2020
1 parent eba3973 commit 5f9e73b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up Python
uses: actions/setup-python@v1
- uses: srt32/[email protected]
with:
python-version: '3.x'
args: git submodule update --init --recursive
- name: Set up Python
uses: actions/setup-python@v1
with:
Expand Down

0 comments on commit 5f9e73b

Please sign in to comment.