Skip to content

Commit a5125ca

Browse files
committed
BUG: Install all package dependencies in CI
Avoid recent environment dependency check failures.
1 parent e4b2213 commit a5125ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/notebook-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install test dependencies
2626
run: |
2727
python3 -m pip install --upgrade pip
28-
python3 -m pip install -e ".[test]"
28+
python3 -m pip install -e ".[test,all]"
2929
python3 -m pip install pyimagej
3030
python3 -c "import imagej; ij = imagej.init('2.5.0'); print(ij.getVersion())"
3131
python3 -m pip install --upgrade --pre itk

0 commit comments

Comments
 (0)