Skip to content

Commit 9bde4d2

Browse files
authored
Add HTJ2K datasets (#10)
1 parent cbb9b21 commit 9bde4d2

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/pytest-builds.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
python-version: [3.6, 3.7, 3.8]
18+
python-version: ['3.10', '3.11', '3.12']
1919

2020
steps:
2121
- uses: actions/checkout@v2
2222
- name: Set up Python ${{ matrix.python-version }}
23-
uses: actions/setup-python@v2
23+
uses: actions/setup-python@v5
2424
with:
2525
python-version: ${{ matrix.python-version }}
2626
- name: Run pytest without pydicom
384 KB
Binary file not shown.

data_store/data/HTJ2K_08_RGB.dcm

230 KB
Binary file not shown.

0 commit comments

Comments
 (0)