diff --git a/.github/workflows/style-checks.yaml b/.github/workflows/style-checks.yaml index a8cacdd..d5d676c 100644 --- a/.github/workflows/style-checks.yaml +++ b/.github/workflows/style-checks.yaml @@ -27,7 +27,6 @@ jobs: key: venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock', '**/pyproject.toml') }} - name: Install dependencies - if: steps.venv-cache.outputs.cache-hit != 'true' run: poetry install --no-interaction - name: Check format with black