Update ci-testing.yml

This commit is contained in:
Glenn Jocher 2020-07-16 13:44:02 -07:00 committed by GitHub
parent 4171df333c
commit 670d4ff287
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,6 +41,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -q numpy # for cocoapi proper install
pip install -qr requirements.txt -f https://download.pytorch.org/whl/cpu/torch_stable.html
pip install -q onnx
python --version