Skip to content

Commit

Permalink
fix(ci): Restore set poetry config
Browse files Browse the repository at this point in the history
  • Loading branch information
esloch committed Dec 1, 2023
1 parent 197d0e9 commit 3825e39
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ jobs:
use-mamba: true
miniforge-variant: Mambaforge

- name: Install and set config poetry
run: |
curl -sSL https://install.python-poetry.org/ | python -
export PATH="$HOME/.poetry/bin:$PATH"
poetry config virtualenvs.create false
- name: Install main dependencies
run: |
make conda-install-main ENVCREATE=conda-env
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ sphinx-rtd-theme = "^1.3.0"
bigtree = "^0.12.2"
aioftp = "^0.21.4"
humanize = "^4.8.0"
elasticsearch = { version = "7.16.2", extras=["preprocessing"] }

[tool.poetry.group.geo.dependencies]
elasticsearch = { version = "7.16.2", extras=["preprocessing"] }
geobr = { version = "^0.2.0", extras=["preprocessing"] }
geocoder = { version = "^1.38.1", extras=["preprocessing"] }
jsonschema = "^4.19.0"
Expand Down

0 comments on commit 3825e39

Please sign in to comment.