Skip to content

Commit 16fd41c

Browse files
committed
fix poetry version
1 parent 54efc22 commit 16fd41c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
strategy:
1919
matrix:
2020
python-version: [ "3.10", "3.11", "3.12", "3.13" ]
21-
poetry-version: [ "1.8.3", "2.0.1" ]
2221
runs-on: ubuntu-latest
2322
steps:
2423
- name: Harden Runner
@@ -38,7 +37,7 @@ jobs:
3837
- name: Run image
3938
uses: abatilo/actions-poetry@0dd19c9498c3dc8728967849d0d2eae428a8a3d8 # v4
4039
with:
41-
poetry-version: ${{ matrix.poetry-version }}
40+
poetry-version: '2.0.1'
4241

4342
- name: Setup environment
4443
run: poetry install

0 commit comments

Comments
 (0)