Skip to content

Commit

Permalink
updated poetry config #15
Browse files Browse the repository at this point in the history
  • Loading branch information
kdberends committed Mar 15, 2024
1 parent 65da0c4 commit 6c21071
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.7]
python-version: [3.10]
poetry-version: ["1.8.2"]
os: [windows-latest]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -22,9 +23,9 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Run image
uses: abatilo/actions-poetry@v2.0.0
uses: abatilo/actions-poetry@v2
with:
poetry-version: 1.8.1
poetry-version: ${{ matrix.poetry-version }}
- name: Cache Poetry virtualenv
uses: actions/cache@v1
id: cache
Expand Down

0 comments on commit 6c21071

Please sign in to comment.