Skip to content

Commit

Permalink
add download data step
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro committed Aug 14, 2024
1 parent 274cc58 commit 5414163
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,10 @@ jobs:
if: needs.setup.outputs.code_change == 'true'
with:
environments: ${{ matrix.environment }}
- name: Download data
if: needs.setup.outputs.code_change == 'true'
run: |
pixi run -e ${{ matrix.environment }} python examples/download.py
- name: Test Unit
if: needs.setup.outputs.code_change == 'true'
run: |
Expand Down

0 comments on commit 5414163

Please sign in to comment.