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 03dfc0b commit 5d4e852Copy full SHA for 5d4e852
.github/workflows/static-test-install_uv.yml
@@ -17,5 +17,5 @@ jobs:
17
18
- name: install detectron2 and project with uv
19
run: |
20
- uv run bash scripts/install_uv.sh -m detectron2 --no-weights --cpu
+ bash scripts/install_uv.sh -m detectron2 --no-weights --cpu
21
0 commit comments