We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4b2213 commit a5125caCopy full SHA for a5125ca
.github/workflows/notebook-test.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Install test dependencies
26
run: |
27
python3 -m pip install --upgrade pip
28
- python3 -m pip install -e ".[test]"
+ python3 -m pip install -e ".[test,all]"
29
python3 -m pip install pyimagej
30
python3 -c "import imagej; ij = imagej.init('2.5.0'); print(ij.getVersion())"
31
python3 -m pip install --upgrade --pre itk
0 commit comments