Skip to content

Commit

Permalink
- same submodule commands
Browse files Browse the repository at this point in the history
  • Loading branch information
fbergmann authored Apr 20, 2022
1 parent b189e41 commit 432074b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ jobs:
steps:
- uses: actions/checkout@v1
with:
submodules: recursive
fetch-depth: 0 # Optional, use if you use setuptools_scm
submodules: recursive # Optional, use if you have submodules

- name: Copy setup.py
run: |
Expand Down

0 comments on commit 432074b

Please sign in to comment.