mirror of
https://github.com/ultralytics/yolov5.git
synced 2025-06-03 14:49:29 +08:00
Update ci-testing.yml
This commit is contained in:
parent
4171df333c
commit
670d4ff287
1
.github/workflows/ci-testing.yml
vendored
1
.github/workflows/ci-testing.yml
vendored
@ -41,6 +41,7 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
|
pip install -q numpy # for cocoapi proper install
|
||||||
pip install -qr requirements.txt -f https://download.pytorch.org/whl/cpu/torch_stable.html
|
pip install -qr requirements.txt -f https://download.pytorch.org/whl/cpu/torch_stable.html
|
||||||
pip install -q onnx
|
pip install -q onnx
|
||||||
python --version
|
python --version
|
||||||
|
Loading…
x
Reference in New Issue
Block a user