Update ci-testing.yml
Browse files
.github/workflows/ci-testing.yml
CHANGED
@@ -41,6 +41,7 @@ jobs:
|
|
41 |
- name: Install dependencies
|
42 |
run: |
|
43 |
python -m pip install --upgrade pip
|
|
|
44 |
pip install -qr requirements.txt -f https://download.pytorch.org/whl/cpu/torch_stable.html
|
45 |
pip install -q onnx
|
46 |
python --version
|
|
|
41 |
- name: Install dependencies
|
42 |
run: |
|
43 |
python -m pip install --upgrade pip
|
44 |
+
pip install -q numpy # for cocoapi proper install
|
45 |
pip install -qr requirements.txt -f https://download.pytorch.org/whl/cpu/torch_stable.html
|
46 |
pip install -q onnx
|
47 |
python --version
|