Unverified Commit d80d5bd2 authored by Philip Meier's avatar Philip Meier Committed by GitHub
Browse files

exclude onnxruntime==1.16.0 in CI (#7981)

parent 4af68310
......@@ -124,7 +124,7 @@ jobs:
conda activate ci
echo '::group::Install ONNX'
pip install --progress-bar=off onnx onnxruntime
pip install --progress-bar=off onnx onnxruntime!=1.16.0
echo '::endgroup::'
echo '::group::Install testing utilities'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment