Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
scaramallion committed Jan 7, 2024
1 parent 2798615 commit ef95bda
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pytest-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,13 +108,14 @@ jobs:
- name: Install pydicom dev and rerun pytest (3.10+)
if: ${{ contains('3.10 3.11 3.12', matrix.python-version) }}
run: |
pip install pylibjpeg
pip install git+https://github.com/pydicom/pydicom
pytest --cov openjpeg openjpeg/tests
- name: Switch to current pydicom release and rerun pytest
run: |
pip uninstall -y pydicom
pip install pydicom pylibjpeg
pip install pydicom
pytest --cov openjpeg openjpeg/tests
- name: Send coverage results
Expand Down

0 comments on commit ef95bda

Please sign in to comment.