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

requirements

Browse files
Files changed (1) hide show
  1. .github/workflows/ci-testing.yml +2 -1
.github/workflows/ci-testing.yml CHANGED
@@ -39,8 +39,9 @@ jobs:
39
  - name: Install dependencies
40
  run: |
41
  # python -m pip install --upgrade --user pip
 
42
  pip install -qr requirements.txt
43
- pip install -qr onnx
44
  python --version
45
  pip --version
46
  pip list
 
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
47
  pip list