Skip to content

Commit

Permalink
Fix force of old pydicom
Browse files Browse the repository at this point in the history
  • Loading branch information
darcymason authored and bastula committed Jan 9, 2025
1 parent f8d07ee commit 209c17c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
pydicom-version: ["pydicom-latest"]
include:
- python-version: "3.10"
pydicom-version: "pydicom~=2.4.4"
pydicom-version: "pydicom==2.4.0"
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand All @@ -42,7 +42,7 @@ jobs:
pip install codecov
- name: Force pydicom version if needed
if: startsWith(matrix.pydicom-version, '2')
if: startsWith(matrix.pydicom-version, 'pydicom==')
run: |
pip install -U "${{ matrix.pydicom-version }}"
Expand Down

0 comments on commit 209c17c

Please sign in to comment.