Skip to content

Commit

Permalink
CI tests: use extras all
Browse files Browse the repository at this point in the history
  • Loading branch information
schlegelp committed Aug 28, 2024
1 parent 4680f76 commit 0496968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
pip install git+https://github.com/siavashk/pycpd@master
pip install pyarrow
- name: Install navis
run: pip install -e .[dev,plotly,octarine]
run: pip install -e .[dev,all]
# - run: pip install python-igraph
# if: ${{ matrix.igraph == 'igraph' }}
- name: Report dependency versions
Expand Down

0 comments on commit 0496968

Please sign in to comment.