Skip to content

Commit 63cb30a

Browse files
committed
Add networkx dep
1 parent 64fc60b commit 63cb30a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
- name: Build and install Sparse
101101
run: |
102102
pip install -U setuptools wheel
103-
python -m pip install '.[finch]' scipy
103+
python -m pip install '.[finch]' scipy networkx
104104
- name: Run examples
105105
run: |
106106
source ci/test_examples.sh

0 commit comments

Comments
 (0)