Skip to content

Commit

Permalink
echo path during tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zrezke committed Mar 19, 2024
1 parent f4baf47 commit 060ad90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ jobs:
${{ matrix.pip }} install depthai_viewer --find-links pre-dist --force-reinstall
- name: Run tests
run: cd rerun_py/tests && pytest
run: cd rerun_py/tests && echo $PATH ; pytest ; true

- name: Unpack the wheel
shell: bash
Expand Down

0 comments on commit 060ad90

Please sign in to comment.