From c6ccaee2e50b001ab21f6bc9d81fdc5760ebe715 Mon Sep 17 00:00:00 2001 From: Aleksandr Omyshev Date: Wed, 30 Oct 2024 11:59:18 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2a0dda7..573f24f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,7 +55,9 @@ jobs: - name: Install Dependencies if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true' - run: poetry install --no-interaction --no-root + run: | + poetry install --no-interaction --no-root + poetry run pip install --upgrade setuptools - name: Install library run: poetry install --no-interaction