diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7ffb7ce..4ad813a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,12 +30,12 @@ jobs: cd tests python -m pip install --upgrade pip if [ -f requirements.txt ]; then pip install -r requirements.txt; fi - - name: Lint with Ruff - run: | - cd tests - pip install ruff - ruff check --format=github --target-version=py310 . - continue-on-error: true + # - name: Lint with Ruff + # run: | + # cd tests + # pip install ruff + # ruff check --format=github --target-version=py310 . + # continue-on-error: true - name: Test with pytest run: | cd tests