Skip to content

Commit 5704bcb

Browse files
committed
fixed tests3
1 parent 0cf2c0c commit 5704bcb

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
run: |
2727
python -m pip install --upgrade pip
2828
pip install -e ".[dev,docs]"
29+
pip install igraph networkx searoute
2930
3031
- name: Run tests
3132
run: |

.github/workflows/docs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ jobs:
3030
- name: Install dependencies
3131
run: |
3232
pip install -e ".[all]"
33-
pip install igraph networkx searoute
3433
3534
- name: Build docs
3635
run: mkdocs build

0 commit comments

Comments
 (0)