Skip to content

Commit 367a3cf

Browse files
Added igraph to test dependencies
1 parent 6595576 commit 367a3cf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ jobs:
2929
run: python3 -c "import sys; print(sys.version)"
3030

3131
- name: Install dependencies
32-
run: python3 -m pip install --upgrade turftopic[pyro-ppl] pandas pytest plotly
33-
32+
run: python3 -m pip install --upgrade turftopic[pyro-ppl] pandas pytest plotly igraph
3433
- name: Run tests
3534
run: python3 -m pytest tests/
3635

0 commit comments

Comments
 (0)