|
|
@ -110,7 +110,7 @@ jobs: |
|
|
|
- name: Install requirements |
|
|
|
- name: Install requirements |
|
|
|
shell: bash # for Windows compatibility |
|
|
|
shell: bash # for Windows compatibility |
|
|
|
run: | |
|
|
|
run: | |
|
|
|
uv pip install --system -e ".[export]" "coverage[toml]" --extra-index-url https://download.pytorch.org/whl/cpu |
|
|
|
uv pip install --index-strategy unsafe-best-match --system -e ".[export]" "coverage[toml]" --extra-index-url https://download.pytorch.org/whl/cpu |
|
|
|
- name: Check environment |
|
|
|
- name: Check environment |
|
|
|
run: | |
|
|
|
run: | |
|
|
|
yolo checks |
|
|
|
yolo checks |
|
|
|