Skip to content

Commit

Permalink
Missed a matrix pip
Browse files Browse the repository at this point in the history
  • Loading branch information
zrezke committed Mar 18, 2024
1 parent 5fb0a81 commit f4baf47
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 @@ -247,7 +247,7 @@ jobs:

- name: Install built wheel
run: |
pip install depthai_viewer --find-links pre-dist --force-reinstall
${{ matrix.pip }} install depthai_viewer --find-links pre-dist --force-reinstall
- name: Run tests
run: cd rerun_py/tests && pytest
Expand Down

0 comments on commit f4baf47

Please sign in to comment.