glenn-jocher commited on
Commit
670d4ff
1 Parent(s): 4171df3

Update ci-testing.yml

Browse files
Files changed (1) hide show
  1. .github/workflows/ci-testing.yml +1 -0
.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