Browse Source

Update ci-testing.yml

5.0
Glenn Jocher GitHub 4 years ago
parent
commit
670d4ff287
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      .github/workflows/ci-testing.yml

+ 1
- 0
.github/workflows/ci-testing.yml 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

Loading…
Cancel
Save