Skip to content

Commit

Permalink
Fix ruff check in CI (#2242)
Browse files Browse the repository at this point in the history
  • Loading branch information
jameshilliard authored Jul 19, 2024
1 parent 52dc16b commit a8de61d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
- name: ruff
if: matrix.run_lint == true
run: |
ruff .
ruff check .
- name: pytest
if: ${{ (matrix.os != 'ubuntu-latest') || (matrix.python != '3.12') }}
Expand Down

0 comments on commit a8de61d

Please sign in to comment.