Skip to content

Commit f85286a

Browse files
committed
CI: Upgrade Poetry version
The version we were previously using (1.1.5) is affected by this bug, causing invocations of Poetry to fail: psf/cachecontrol#292
1 parent 5df5615 commit f85286a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/ci.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,9 @@ jobs:
354354

355355
- uses: abatilo/[email protected]
356356
with:
357-
poetry-version: 1.1.5
357+
# NB: We deliberately do not use Poetry 1.4+ for now due to
358+
# https://github.com/python-poetry/poetry/issues/7892
359+
poetry-version: 1.3.2
358360

359361
- name: ${{ matrix.name }}
360362
shell: bash
@@ -518,7 +520,9 @@ jobs:
518520
- if: matrix.image == 'ghcr.io/galoisinc/saw-remote-api'
519521
uses: abatilo/[email protected]
520522
with:
521-
poetry-version: 1.1.5
523+
# NB: We deliberately do not use Poetry 1.4+ for now due to
524+
# https://github.com/python-poetry/poetry/issues/7892
525+
poetry-version: 1.3.2
522526

523527
- if: matrix.image == 'ghcr.io/galoisinc/saw-remote-api'
524528
name: Test saw-remote-api

0 commit comments

Comments
 (0)