Skip to content

Commit

Permalink
print local dev cache location to verify transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
GondekNP committed Jan 9, 2025
1 parent 2e69c49 commit 01d7ce1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pytest_with_pixi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,10 @@ jobs:
mkdir .local_dev_data
mv tests/assets/* .local_dev_data/
- name: Debug asset move
run: |
ll
ls -l .local_dev_data
- name: Run pytest
run: pytest -v tests/

0 comments on commit 01d7ce1

Please sign in to comment.