Skip to content

Commit

Permalink
switch to poetry run
Browse files Browse the repository at this point in the history
  • Loading branch information
bendhouseart committed Jan 17, 2024
1 parent f12ad03 commit 28f13d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
gzip -d ${{ env.SMALLER_ECAT_PATH }}
- name: Test ecatread
run: "cd pypet2bids/ && python3 -m tests.test_ecatread"
run: "cd pypet2bids/ && poetry run python3 -m tests.test_ecatread"

- name: Run All Other Python Tests w/ Pytest
run: |
Expand Down

0 comments on commit 28f13d4

Please sign in to comment.