glenn-jocher commited on
Commit
bf1a6dd
·
unverified ·
1 Parent(s): 09ba6f6

Update CI benchmarks to ONNX autoinstall (#8008)

Browse files
Files changed (1) hide show
  1. .github/workflows/ci-testing.yml +1 -1
.github/workflows/ci-testing.yml CHANGED
@@ -33,7 +33,7 @@ jobs:
33
  - name: Install requirements
34
  run: |
35
  python -m pip install --upgrade pip
36
- pip install -r requirements.txt coremltools onnx onnxruntime openvino-dev tensorflow-cpu --extra-index-url https://download.pytorch.org/whl/cpu
37
  python --version
38
  pip --version
39
  pip list
 
33
  - name: Install requirements
34
  run: |
35
  python -m pip install --upgrade pip
36
+ pip install -r requirements.txt coremltools openvino-dev tensorflow-cpu --extra-index-url https://download.pytorch.org/whl/cpu
37
  python --version
38
  pip --version
39
  pip list