Skip to content

Commit 440d3b0

Browse files
committed
ci: fix github workflow
1 parent cb7f7e7 commit 440d3b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

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

1818
- name: install detectron2 and project with uv
1919
run: |
20-
bash scripts/install_uv.sh -m detectron2 --no-weights --cpu
20+
uv pip install -U pip wheel setuptools
21+
bash scripts/install_uv.sh --no-weights --cpu -m "detectron2,yolox,segment_anything,jde"
2122

0 commit comments

Comments
 (0)