We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bf74ed commit 0afe51fCopy full SHA for 0afe51f
.github/workflows/python-app.yml
@@ -25,6 +25,7 @@ jobs:
25
run: |
26
pip list
27
pip install -r requirements.txt
28
+ pip install geoana==0.2.1
29
pip install flake8 pytest
30
- name: Test with pytest
31
requirements.txt
@@ -3,5 +3,5 @@ sphinxcontrib-bibtex
3
sphinx_rtd_theme
4
pytest
5
matplotlib
6
-geoana==0.2.1
+# geoana==0.2.1
7
setuptools>64
0 commit comments