Skip to content

Commit

Permalink
Update github-actions.yml
Browse files Browse the repository at this point in the history
checkout submodules to get the data files
  • Loading branch information
clorton authored Nov 23, 2024
1 parent bda9164 commit 749df4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: true
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}
Expand Down

0 comments on commit 749df4a

Please sign in to comment.