Skip to content

Commit 7b35199

Browse files
committed
BUG: Add validate extra for test.yml
1 parent bfb8ae8 commit 7b35199

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,7 @@ jobs:
2222
- name: Install dependencies
2323
run: |
2424
python -m pip install --upgrade pip
25-
python -m pip install -e ".[test,dask-image,itk,cli]"
26-
27-
- name: Install dependencies
28-
run: |
29-
python -m pip install --upgrade pip
30-
python -m pip install -e ".[test,dask-image,itk]"
31-
python -m pip install itkwasm-image-io
32-
33-
- name: Install dependencies
34-
run: |
35-
python -m pip install --upgrade pip
36-
python -m pip install -e ".[test,dask-image,itk,cli]"
25+
python -m pip install -e ".[test,dask-image,itk,cli,validate]"
3726
3827
- name: Test with pytest
3928
if: ${{ matrix.os != 'ubuntu-22.04' && matrix.os != 'macos-14' }}

0 commit comments

Comments
 (0)