Skip to content

Commit

Permalink
Bump poetry used on CI from 1.4.2 to 1.6.1
Browse files Browse the repository at this point in the history
This includes performance improvements for installing, as detailed
in https://python-poetry.org/history/#160---2023-08-20.
  • Loading branch information
EliahKagan committed Sep 17, 2023
1 parent f36d2fe commit 06bd8cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: lint
on: [push, pull_request, workflow_dispatch]

env:
POETRY_VERSION: "1.4.2"
POETRY_VERSION: "1.6.1"

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- 'pyproject.toml'

env:
POETRY_VERSION: "1.4.2"
POETRY_VERSION: "1.6.1"

jobs:
if_release:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: "./.github/actions/poetry_setup"
with:
python-version: ${{ matrix.python-version }}
poetry-version: "1.4.2"
poetry-version: "1.6.1"
cache-key: ${{ matrix.test_type }}
install-command: |
if [ "${{ matrix.test_type }}" == "core" ]; then
Expand Down

0 comments on commit 06bd8cf

Please sign in to comment.