Skip to content

Commit

Permalink
ci: fix ruff invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
dacorvo committed Jun 28, 2024
1 parent 48d93b5 commit 05791bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
pip install --upgrade pip
pip install .[dev]
- run: black --check bench examples optimum test
- run: ruff bench examples optimum test
- run: ruff check bench examples optimum test

0 comments on commit 05791bd

Please sign in to comment.