Skip to content

Commit

Permalink
poetry update (#847)
Browse files Browse the repository at this point in the history
* update poetry version in ci configs, and update poetry.lock with poetry 1.2.1
  • Loading branch information
jamie256 authored Sep 20, 2022
1 parent 065a2e5 commit e06c6fe
Show file tree
Hide file tree
Showing 4 changed files with 470 additions and 441 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install Poetry
uses: abatilo/actions-poetry@v2.0.0
with:
poetry-version: 1.1.5
poetry-version: 1.2.1

- name: Install Protoc
uses: arduino/setup-protoc@v1
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Install Poetry
uses: abatilo/actions-poetry@v2.0.0
with:
poetry-version: 1.1.5
poetry-version: 1.2.1
- name: install bump2version
run: |
pip install bump2version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-notebook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ defaults:

env:
CODECOV_UPLOAD: false
POETRY_VERSION: "1.1.11"
POETRY_VERSION: "1.2.1"
PROTOC_VERSION: "3.19.4"
PYPI_PUBLISH: false
HEAP_APPID_DEV: "3422045963"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/whylogs-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ defaults:

env:
CODECOV_UPLOAD: false
POETRY_VERSION: "1.1.11"
POETRY_VERSION: "1.2.1"
PROTOC_VERSION: "3.19.4"
PYPI_PUBLISH: false
HEAP_APPID_DEV: "3422045963"
Expand Down
Loading

0 comments on commit e06c6fe

Please sign in to comment.