From 0fb2595d75b6ced83b4f87c5befb25f2683bd8f2 Mon Sep 17 00:00:00 2001 From: Toksi86 Date: Wed, 18 Jun 2025 14:04:05 +0500 Subject: [PATCH] =?UTF-8?q?CI:=20=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2?= =?UTF-8?q?=D0=BB=D0=B5=D0=BD=20=D0=B7=D0=B0=D0=BF=D1=83=D1=81=D0=BA=20?= =?UTF-8?q?=D1=82=D0=B5=D1=81=D1=82=D0=BE=D0=B2=20=D0=BF=D1=80=D0=B8=20pro?= =?UTF-8?q?d=20deploy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release-ci.yml b/.github/workflows/release-ci.yml index 3d25769e..2ff0f54d 100644 --- a/.github/workflows/release-ci.yml +++ b/.github/workflows/release-ci.yml @@ -36,8 +36,7 @@ jobs: path: .venv key: pydeps-${{ hashFiles('**/poetry.lock') }} - - run: poetry install --no-root - if: steps.cache-deps.outputs.cache-hit != 'true' + - run: poetry install - run: poetry run pip install setuptools