diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index a81ddd7..12ca2bf 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -27,7 +27,7 @@ jobs: - name: Lint with Ruff run: | - pip install .[tests] + pip install .[dev] ruff --output-format=github . continue-on-error: true