Skip to content

Commit

Permalink
#107: Bump poetry version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
garyd203 committed Aug 9, 2023
1 parent a18cbfd commit d56ed64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ concurrency: release

env:
BUMPVERSION_VERSION: 1.0.1
POETRY_VERSION: 1.2.2
POETRY_VERSION: 1.5.1
# Python version used to build the library
PYTHON_BUILD_VERSION: 3.9

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env:
# Note that ubuntu 22.04 requires minimum 3.7.13, whereas windows on 3.7 requires max 3.7.9
# So we compromise on ubuntu 20.04 in order to meet the windows requirement.
MIN_PYTHON_VERSION: 3.7.9
POETRY_VERSION: 1.2.2
POETRY_VERSION: 1.5.1

jobs:
style-check:
Expand Down

0 comments on commit d56ed64

Please sign in to comment.