From 16fd41ce5c8b7fe97bd06b4fac76554d190f1d48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20W=C3=BCrl?= Date: Tue, 21 Jan 2025 23:33:03 +0100 Subject: [PATCH] fix poetry version --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5d243a8..f252c65 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 @@ -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