Skip to content

Commit

Permalink
fix ruff call in CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipMay authored Jun 30, 2024
1 parent 268dfa0 commit 0a59486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruff_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
poetry install --all-extras --without doc
- name: Check with Ruff
run: poetry run ruff ${{ env.src }} ${{ env.other_src }}
run: poetry run ruff check ${{ env.src }} ${{ env.other_src }}

0 comments on commit 0a59486

Please sign in to comment.