From 1bae398b38d0b860ff8f3f5f5217ff6d573e0ab9 Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Fri, 5 May 2023 15:30:30 -0400 Subject: [PATCH] CI: Upgrade Poetry version The version we were previously using (1.1.6) is affected by this bug, causing invocations of Poetry to fail: https://github.com/ionrock/cachecontrol/issues/292 --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5c0c512c6..506f1afc1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -92,7 +92,7 @@ jobs: - uses: abatilo/actions-poetry@v2.0.0 with: - poetry-version: 1.1.6 + poetry-version: 1.4.2 - uses: haskell/actions/setup@v1 id: setup-haskell @@ -291,7 +291,7 @@ jobs: - if: matrix.suite == 'rpc' uses: abatilo/actions-poetry@v2.1.2 with: - poetry-version: 1.1.6 + poetry-version: 1.4.2 - uses: actions/download-artifact@v2 with: @@ -427,7 +427,7 @@ jobs: - if: matrix.image == 'ghcr.io/galoisinc/cryptol-remote-api' uses: abatilo/actions-poetry@v2.1.2 with: - poetry-version: 1.1.6 + poetry-version: 1.4.2 - if: matrix.image == 'ghcr.io/galoisinc/cryptol-remote-api' name: Test cryptol-remote-api