Skip to content

Commit

Permalink
fetch submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Mar 7, 2024
1 parent e6724bb commit 2d382cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: true
- name: Set up Python3
if: ${{ matrix.os != 'windows-latest' }}
id: pyinstalled
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tag-testpypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: true
- name: Set up Python3
id: pyinstalled
uses: actions/setup-python@v5
Expand Down

0 comments on commit 2d382cc

Please sign in to comment.