Skip to content

Commit

Permalink
chore(ci): Add geos dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
esloch committed Dec 1, 2023
1 parent cd7172b commit d7dad88
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,5 @@ jobs:
- name: Test with pytest
run: |
make conda-install-geo
make test-pysus
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ test-jupyter-pysus: ## run pytest for notebooks inside jupyter container
test-pysus: ## run tests quickly with the default Python
cp docs/source/**/*.ipynb pysus/Notebooks
poetry run pytest -vv pysus/tests/
poetry run pytest --nbmake --nbmake-timeout=800 pysus/Notebooks/*.ipynb

coverage: ## check code coverage quickly with the default Python
coverage run --source pysus/tests/ -m pytest
Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ flake8 = "^5.0.4"
isort = "^5.10.1"
pre-commit = "^2.20.0"
pytest-timeout = "^2.1.0"
nbsphinx = "^0.9.3"

[tool.poetry.group.docs.dependencies]
sphinx = "^5.1.1"
Expand All @@ -49,7 +48,7 @@ ipykernel = "^6.25.1"
seaborn = "^0.12.2"
tomli = "^2.0.1"
sphinx-rtd-theme = "^1.3.0"

nbsphinx = "^0.9.3"

[tool.poetry.group.geo.dependencies]
geobr = { version = "^0.2.0", extras=["preprocessing"] }
Expand All @@ -59,8 +58,8 @@ descartes = "^1.1.0"
folium = "^0.14.0"

[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

[tool.isort]
profile = "black"
Expand Down

0 comments on commit d7dad88

Please sign in to comment.