From 951e8e113a475b7b3e2cde8634f37a33380f971e Mon Sep 17 00:00:00 2001 From: yshalsager Date: Fri, 25 Oct 2024 22:54:31 +0300 Subject: [PATCH] Revert "chore(deps): update abatilo/actions-poetry action to v3 (#111)" This reverts commit 45d444dac9c6eca460902179b51fab2fe72fe8d7. --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3203d33..3f73e3f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,7 +36,7 @@ jobs: python-version: ${{ matrix.python-version }} architecture: ${{ matrix.architecture }} - name: Install requirements - uses: abatilo/actions-poetry@v3 + uses: abatilo/actions-poetry@v2 with: poetry-version: ${{ matrix.poetry-version }} - run: poetry install --with ${{ matrix.variant }} --with dev