Skip to content

Commit

Permalink
Checkout submodules recursively for PyPI deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
rgieseke committed Jun 19, 2023
1 parent e80673e commit d88c919
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/push.yml
Expand Up @@ -74,6 +74,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: 'true'
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit d88c919

Please sign in to comment.