Skip to content

Commit

Permalink
Pin geoana==0.1.3 (#581)
Browse files Browse the repository at this point in the history
Use geoana==0.1.3 instead of 0.2.1. The latter had an issue with
circular imports that made building the website to fail.

This change (along with #579) should be also reverted when updating the
repo to work with the latest version of geoana.
  • Loading branch information
santisoler authored Dec 4, 2024
1 parent d669b82 commit f082b60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
cat requirements-build-geoana.txt | grep -v "^#" >> requirements-ci.txt
pip install -r requirements-ci.txt
rm requirements-ci.txt
pip install --no-build-isolation geoana==0.2.1
pip install --no-build-isolation geoana==0.1.3
# Install extra packages
pip install flake8 pytest
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
cat requirements-build-geoana.txt | grep -v "^#" >> requirements-ci.txt
pip install -r requirements-ci.txt
rm requirements-ci.txt
pip install --no-build-isolation geoana==0.2.1
pip install --no-build-isolation geoana==0.1.3
- name: Build pages
run: |
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ sphinxcontrib-bibtex
sphinx_rtd_theme
pytest
matplotlib
geoana==0.2.1
geoana==0.1.3

0 comments on commit f082b60

Please sign in to comment.