Skip to content

Commit a4123d4

Browse files
committed
COMP: Add itk and dask-image extras for CI tests
1 parent 4e9ef05 commit a4123d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install dependencies
2121
run: |
2222
python -m pip install --upgrade pip
23-
python -m pip install -e ".[test]"
23+
python -m pip install -e ".[test,itk,dask-image]"
2424
- name: Test with pytest
2525
run: |
2626
pytest --junitxml=junit/test-results.xml

0 commit comments

Comments
 (0)