From 06bd8cf98264a9278169b0d0653c99b0f0ce3b19 Mon Sep 17 00:00:00 2001 From: Eliah Kagan Date: Sat, 16 Sep 2023 22:00:56 -0400 Subject: [PATCH] Bump poetry used on CI from 1.4.2 to 1.6.1 This includes performance improvements for installing, as detailed in https://python-poetry.org/history/#160---2023-08-20. --- .github/workflows/lint.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 8bafd8f..fca41e2 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -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: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 21b1191..929d2be 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ on: - 'pyproject.toml' env: - POETRY_VERSION: "1.4.2" + POETRY_VERSION: "1.6.1" jobs: if_release: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3bc72a8..38bed80 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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