diff --git a/.github/workflows/python-test-suite.yml b/.github/workflows/python-test-suite.yml index 76e00ae3..4d4f8805 100644 --- a/.github/workflows/python-test-suite.yml +++ b/.github/workflows/python-test-suite.yml @@ -44,10 +44,6 @@ jobs: working-directory: python run: uv run --python ${{ matrix.python-version }} python --version - - name: Print ruff version - working-directory: python - run: uv run --python ${{ matrix.python-version }} ruff --version - - name: Run ruff check working-directory: python run: uv run --python ${{ matrix.python-version }} ruff check --verbose