Skip to content

Commit 5d4e852

Browse files
committed
ci: fix install test with uv (github)
1 parent 03dfc0b commit 5d4e852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/static-test-install_uv.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ jobs:
1717

1818
- name: install detectron2 and project with uv
1919
run: |
20-
uv run bash scripts/install_uv.sh -m detectron2 --no-weights --cpu
20+
bash scripts/install_uv.sh -m detectron2 --no-weights --cpu
2121

0 commit comments

Comments
 (0)