From 6c21071cf74b9d0d0dfe6d09543896062008e7dd Mon Sep 17 00:00:00 2001 From: Koen Berends Date: Fri, 15 Mar 2024 21:34:17 +0100 Subject: [PATCH] updated poetry config #15 --- .github/workflows/ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 58a2860..cf39f29 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: @@ -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