We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5df5615 commit f85286aCopy full SHA for f85286a
.github/workflows/ci.yml
@@ -354,7 +354,9 @@ jobs:
354
355
- uses: abatilo/[email protected]
356
with:
357
- poetry-version: 1.1.5
+ # 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
360
361
- name: ${{ matrix.name }}
362
shell: bash
@@ -518,7 +520,9 @@ jobs:
518
520
- if: matrix.image == 'ghcr.io/galoisinc/saw-remote-api'
519
521
uses: abatilo/[email protected]
522
523
524
525
526
527
528
name: Test saw-remote-api
0 commit comments