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