Update ci.yaml

pull/17749/head
Laughing-q 6 days ago
parent 3411cd5543
commit a64bf6fb42
  1. 2
      .github/workflows/ci.yaml

@ -110,7 +110,7 @@ jobs:
- name: Install requirements
shell: bash # for Windows compatibility
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
run: |
yolo checks

Loading…
Cancel
Save