Skip to content

Commit

Permalink
Fix workflow again
Browse files Browse the repository at this point in the history
  • Loading branch information
scaramallion committed Jan 7, 2024
1 parent ef95bda commit 58de34f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
- name: Switch to current pydicom release and rerun pytest
run: |
pip uninstall -y pydicom
pip install pydicom
pip install pydicom pylibjpeg
pytest --cov openjpeg openjpeg/tests
- name: Send coverage results
Expand Down

0 comments on commit 58de34f

Please sign in to comment.