diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 98c50827..15862f04 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -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 diff --git a/requirements.txt b/requirements.txt index 8468e3fc..e0eee95e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,5 +3,4 @@ sphinxcontrib-bibtex sphinx_rtd_theme pytest matplotlib -geoana==0.2.1 -setuptools < 60.0 +# geoana