Skip to content

Commit d80d5bd

Browse files
authored
exclude onnxruntime==1.16.0 in CI (#7981)
1 parent 4af6831 commit d80d5bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
conda activate ci
125125
126126
echo '::group::Install ONNX'
127-
pip install --progress-bar=off onnx onnxruntime
127+
pip install --progress-bar=off onnx onnxruntime!=1.16.0
128128
echo '::endgroup::'
129129
130130
echo '::group::Install testing utilities'

0 commit comments

Comments
 (0)