Skip to content

Commit

Permalink
requirements fix
Browse files Browse the repository at this point in the history
  • Loading branch information
traducha authored May 16, 2022
1 parent ec71e60 commit 224db86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install python-igraph numpy matplotlib scipy geppy
python -m pip install python-igraph numpy matplotlib scipy geopy
- name: Run tests
run: |
python -m unittest discover -p '*_tests.py'

0 comments on commit 224db86

Please sign in to comment.