Skip to content

Commit

Permalink
poetry update (whylabs#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 and Han Wang committed Sep 20, 2022
1 parent 2f19a7d commit 52902eb
Show file tree
Hide file tree
Showing 3 changed files with 247 additions and 224 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
Loading

0 comments on commit 52902eb

Please sign in to comment.