Skip to content

Commit 0afe51f

Browse files
committed
Install geoana after installing requirements
1 parent 2bf74ed commit 0afe51f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/python-app.yml

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
run: |
2626
pip list
2727
pip install -r requirements.txt
28+
pip install geoana==0.2.1
2829
pip install flake8 pytest
2930
- name: Test with pytest
3031
run: |

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ sphinxcontrib-bibtex
33
sphinx_rtd_theme
44
pytest
55
matplotlib
6-
geoana==0.2.1
6+
# geoana==0.2.1
77
setuptools>64

0 commit comments

Comments
 (0)