Skip to content

Commit

Permalink
Update CI benchmarks to ONNX autoinstall (#8008)
Browse files Browse the repository at this point in the history
Avoids openvino-dev conflicts
  • Loading branch information
glenn-jocher committed May 27, 2022
1 parent 09ba6f6 commit bf1a6dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bf1a6dd

Please sign in to comment.