diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 44de0dc..8f7cf68 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -19,7 +19,7 @@ jobs: shell: bash run: pip install nox[uv] - name: Run unit tests - run: nox -s tests + run: nox # - name: Code style # run: ruff check || true # if: success() || failure()