diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ef5fd4c..826c1f8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -33,12 +33,12 @@ jobs: poetry-version: ${{ env.poetry-version }} working-directory: ${{ env.working-directory }} - - name: Check Poetry config and lockfile - run: poetry run pre-commit run poetry-check --all-files - - name: Install dependencies run: poetry install --no-interaction + - name: Check Poetry config and lockfile + run: poetry run pre-commit run poetry-check --all-files + - name: Lint (ruff) run: | if [[ "$RUNNER_OS" == "Linux" && "${{ matrix.python-version }}" == "3.10" ]]