Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️ Bump poetry from 1.2.0 to 1.3.0 #77

Merged
merged 1 commit into from
Dec 9, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
# Install poetry package manager and dependencies from poetry.lock
- name: Install Poetry python dependencies
run: |
pip install poetry==1.2.0
pip install poetry==1.3.0
poetry install ${{ matrix.extra-packages }}
poetry self add poetry-dynamic-versioning-plugin
poetry show
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

- name: Install Poetry and dynamic-versioning plugin
run: |
pip install poetry==1.2.0
pip install poetry==1.3.0
poetry self add poetry-dynamic-versioning-plugin
poetry show

Expand Down
4 changes: 2 additions & 2 deletions docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ cd zen3geo
mamba create --name zen3geo python=3.10
mamba activate zen3geo

pip install poetry==1.2.0
poetry install --extras "raster spatial vector"
pip install poetry==1.3.0
poetry install --extras "raster spatial stac vector"
```

### Building documentation 📖
Expand Down
Loading