Skip to content

Commit 52ff39e

Browse files
Pin onnxruntime-extensions until issue is fixed (#1733)
Signed-off-by: Tom Wildenhain <[email protected]>
1 parent 446494e commit 52ff39e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci_build/azure_pipelines/templates/setup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ steps:
2828
2929
if [[ $CI_TF_VERSION == 2.* ]] ;
3030
then
31-
pip install onnxruntime-extensions
31+
pip install onnxruntime-extensions==0.3.1
3232
if [[ $CI_TF_VERSION == 2.3* ]] ;
3333
then
3434
pip install tensorflow-text==${CI_TF_VERSION}

0 commit comments

Comments
 (0)