We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f301ab commit 1b07a26Copy full SHA for 1b07a26
.github/workflows/python-package.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Lint with Ruff
30
run: |
31
uv tool install ruff
32
- uv ruff check --output-format=github .
+ uv run ruff check --output-format=github .
33
continue-on-error: false
34
35
- name: Install dependencies
0 commit comments