JirkaB commited on
Commit
a79633a
1 Parent(s): 1a503f3

requirements

Browse files
Files changed (1) hide show
  1. .github/workflows/ci-testing.yml +2 -2
.github/workflows/ci-testing.yml CHANGED
@@ -38,9 +38,9 @@ jobs:
38
 
39
  - name: Install dependencies
40
  run: |
41
- # python -m pip install --upgrade --user pip
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