Skip to content

Commit

Permalink
Test fix for contains 2
Browse files Browse the repository at this point in the history
  • Loading branch information
scaramallion committed Jan 3, 2024
1 parent a73bb65 commit cd9a053
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 @@ -111,7 +111,7 @@ jobs:
pytest --cov openjpeg --ignore=openjpeg/src/openjpeg
- name: Switch to pydicom dev and rerun pytest (3.10+)
if: contains('3.10 3.11 3.12', ${{ matrix.python-version }})
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

0 comments on commit cd9a053

Please sign in to comment.