Skip to content

Commit

Permalink
Try installing geoana after installing requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
santisoler committed Dec 4, 2024
1 parent fb9b6d7 commit 9a5bfa3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
python -m pip install --upgrade pip
pip install flake8 pytest
pip install -r requirements.txt
pip install geoana==0.2.1
- name: Test with pytest
run: |
pytest -s -v tests
Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ sphinxcontrib-bibtex
sphinx_rtd_theme
pytest
matplotlib
geoana==0.2.1
setuptools < 60.0
# geoana

0 comments on commit 9a5bfa3

Please sign in to comment.