Skip to content

Commit

Permalink
Upgrade poetry version to latest 1.8.3 (#688)
Browse files Browse the repository at this point in the history
* Upgrade poetry version to latest 1.8.3

* Update poetry.lock file
  • Loading branch information
ChristianZaccaria authored Sep 27, 2024
1 parent e9786a2 commit d14902d
Show file tree
Hide file tree
Showing 4 changed files with 1,009 additions and 918 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-image-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
PYTHON_VERSION: 3.8
POETRY_VERSION: 1.5.1
POETRY_VERSION: 1.8.3
QUAY_ORGANIZATION: 'project-codeflare'
SDK_FILE: 'codeflare_sdk-0.0.0.dev0.tar.gz'
IMAGE_TAG: 'dev'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:
required: true
poetry_version:
type: string
default: "1.5.1"
default: "1.8.3"
required: true
codeflare-repository-organization:
type: string
Expand Down
Loading

0 comments on commit d14902d

Please sign in to comment.