We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54efc22 commit 16fd41cCopy full SHA for 16fd41c
1 file changed
.github/workflows/build.yml
@@ -18,7 +18,6 @@ jobs:
18
strategy:
19
matrix:
20
python-version: [ "3.10", "3.11", "3.12", "3.13" ]
21
- poetry-version: [ "1.8.3", "2.0.1" ]
22
runs-on: ubuntu-latest
23
steps:
24
- name: Harden Runner
@@ -38,7 +37,7 @@ jobs:
38
37
- name: Run image
39
uses: abatilo/actions-poetry@0dd19c9498c3dc8728967849d0d2eae428a8a3d8 # v4
40
with:
41
- poetry-version: ${{ matrix.poetry-version }}
+ poetry-version: '2.0.1'
42
43
- name: Setup environment
44
run: poetry install
0 commit comments