Skip to content

Commit

Permalink
CI: add install navis with[all] for notebook test
Browse files Browse the repository at this point in the history
  • Loading branch information
schlegelp committed Aug 27, 2024
1 parent f730d53 commit 4c2739f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/notebooktest-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install pathos pygraphviz neuron cloud-volume k3d scikit-image open3d
python -m pip install -e .[test-notebook]
python -m pip install -e .[test-notebook,all]
- name: Run notebooks
env:
NEUPRINT_APPLICATION_CREDENTIALS: ${{ secrets.neuprint }}
Expand Down

0 comments on commit 4c2739f

Please sign in to comment.