Skip to content

Commit

Permalink
remove ruff lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nichind committed Nov 27, 2024
1 parent feee1ea commit 9c33c93
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/run_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@ jobs:
run: |
python -m pip install --upgrade pip
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Lint with Ruff
run: |
pip install ruff
ruff check . --fix
continue-on-error: true
- name: Test with pytest
run: |
coverage run -m pytest -v -s
Expand Down

0 comments on commit 9c33c93

Please sign in to comment.