Skip to content

Commit

Permalink
add recursive to fetch submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean1995 committed Jan 16, 2023
1 parent 7cae46e commit 01e3ee5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pypi_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
submodules: recursive
- name: Set up Python 3.8
uses: actions/setup-python@v1
with:
Expand Down

0 comments on commit 01e3ee5

Please sign in to comment.