Skip to content

Commit

Permalink
fix poetry version
Browse files Browse the repository at this point in the history
  • Loading branch information
wuan committed Jan 21, 2025
1 parent 54efc22 commit 16fd41c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
strategy:
matrix:
python-version: [ "3.10", "3.11", "3.12", "3.13" ]
poetry-version: [ "1.8.3", "2.0.1" ]
runs-on: ubuntu-latest
steps:
- name: Harden Runner
Expand All @@ -38,7 +37,7 @@ jobs:
- name: Run image
uses: abatilo/actions-poetry@0dd19c9498c3dc8728967849d0d2eae428a8a3d8 # v4
with:
poetry-version: ${{ matrix.poetry-version }}
poetry-version: '2.0.1'

- name: Setup environment
run: poetry install
Expand Down

0 comments on commit 16fd41c

Please sign in to comment.