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 56f25d3 commit 65cfea6Copy full SHA for 65cfea6
.github/workflows/ruff.yml
@@ -24,7 +24,7 @@ jobs:
24
python-version: "3.9"
25
26
- name: Install dependencies
27
- run: uv sync --dev
+ run: UV_GIT_LFS=1 uv sync --dev
28
29
- name: Run ruff linter
30
run: uv run ruff check --output-format=github .
0 commit comments