Skip to content

Commit

Permalink
fixes github action for testing and configuring poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
derNarr committed Apr 8, 2024
1 parent 5d6cd39 commit 2eb7640
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
python-version: ['3.8', '3.12']
poetry-version: [1.1.13]
poetry-version: ["1.7.1"]
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
Expand All @@ -31,7 +31,7 @@ jobs:
run: echo ::set-output name=version::$(python -c "import sys; print('-'.join(str(v) for v in sys.version_info))")

- name: Setup poetry
uses: abatilo/actions-poetry@v2.1.3
uses: abatilo/actions-poetry@v2
with:
poetry-version: ${{ matrix.poetry-version }}

Expand Down

0 comments on commit 2eb7640

Please sign in to comment.