Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
scaramallion committed Jan 3, 2024
1 parent 3243251 commit b8c75b2
Show file tree
Hide file tree
Showing 2 changed files with 418 additions and 2,448 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/pytest-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@ jobs:
pip install pydicom pylibjpeg
pytest --cov openjpeg --ignore=openjpeg/src/openjpeg
- name: Switch to pydicom dev and rerun pytest
- name: Switch to pydicom dev and rerun pytest (3.10+)
if: contains('["3.10", "3.11", "3.12"]', ${{ matrix.python-version }})
run: |
pip uninstall -y pydicom
pip install git+https://github.com/pydicom/pydicom
Expand Down
Loading

0 comments on commit b8c75b2

Please sign in to comment.