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