Skip to content

Commit a095bc0

Browse files
committed
more tests
1 parent 24f1c86 commit a095bc0

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/test_with_free_threaded_python.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,16 +43,10 @@ jobs:
4343
allow-prereleases: true
4444

4545
- name: Install dependencies
46-
# for now one of the dependencies of plotly cannot be installed
47-
# for free threaded python so only testing with matplotlib
48-
#
49-
# for now one of the dependencies of plotly
50-
# cannot be installed for free threaded python
51-
# so only testing with matplotlib
5246
run: |
5347
uv venv -p 3.14t
5448
source .venv/bin/activate
55-
uv pip install -e '.[test,dicomfs,indexed_gzip,spm,zstd]'
49+
uv pip install -e '.[test,dicomfs,dicom,viewers,indexed_gzip,spm,zstd]'
5650
uv pip install pytest-run-parallel
5751
5852
- name: Run test suite

0 commit comments

Comments
 (0)