Update CI benchmarks to ONNX autoinstall (#8008)

Avoids openvino-dev conflicts
This commit is contained in:
Glenn Jocher 2022-05-27 16:54:18 +02:00 committed by GitHub
parent 09ba6f6eec
commit bf1a6dda7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ jobs:
- name: Install requirements
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt coremltools onnx onnxruntime openvino-dev tensorflow-cpu --extra-index-url https://download.pytorch.org/whl/cpu
pip install -r requirements.txt coremltools openvino-dev tensorflow-cpu --extra-index-url https://download.pytorch.org/whl/cpu
python --version
pip --version
pip list