Skip to content

Commit

Permalink
CI: Upgrade Poetry version
Browse files Browse the repository at this point in the history
The version we were previously using (1.1.6) is affected by this bug, causing
invocations of Poetry to fail:
psf/cachecontrol#292
  • Loading branch information
RyanGlScott committed May 8, 2023
1 parent d4221b7 commit 1bae398
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:

- uses: abatilo/[email protected]
with:
poetry-version: 1.1.6
poetry-version: 1.4.2

- uses: haskell/actions/setup@v1
id: setup-haskell
Expand Down Expand Up @@ -291,7 +291,7 @@ jobs:
- if: matrix.suite == 'rpc'
uses: abatilo/[email protected]
with:
poetry-version: 1.1.6
poetry-version: 1.4.2

- uses: actions/download-artifact@v2
with:
Expand Down Expand Up @@ -427,7 +427,7 @@ jobs:
- if: matrix.image == 'ghcr.io/galoisinc/cryptol-remote-api'
uses: abatilo/[email protected]
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
Expand Down

0 comments on commit 1bae398

Please sign in to comment.