Skip to content

Commit

Permalink
no more ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
tstirrat committed Jul 25, 2024
1 parent dff9fc2 commit 3901a22
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3901a22

Please sign in to comment.