Skip to content

Commit 65cfea6

Browse files
committed
lfs
1 parent 56f25d3 commit 65cfea6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ruff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
python-version: "3.9"
2525

2626
- name: Install dependencies
27-
run: uv sync --dev
27+
run: UV_GIT_LFS=1 uv sync --dev
2828

2929
- name: Run ruff linter
3030
run: uv run ruff check --output-format=github .

0 commit comments

Comments
 (0)