Update CI benchmarks to ONNX autoinstall (#8008)
Browse files
.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
|
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
|