Skip to content

Commit

Permalink
get submodules in github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
iamlemec committed Oct 14, 2024
1 parent 79f42bb commit 96d9d96
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Checkout repository
uses: actions/checkout@v4
with:
submodules: true
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 96d9d96

Please sign in to comment.