diff --git a/.github/workflows/python-test.yaml b/.github/workflows/python-test.yaml index d4ce1b3db5..63665e15c7 100644 --- a/.github/workflows/python-test.yaml +++ b/.github/workflows/python-test.yaml @@ -47,7 +47,7 @@ jobs: python -m pip install --upgrade pip pip install -r requirements-dev.txt - name: Lint with ruff - run: ruff . + run: ruff check . - name: Check types with mypy run: | cd scripts/