Skip to content

Commit 56223c1

Browse files
committed
update version
Signed-off-by: xavier dupré <[email protected]>
1 parent dd17a6d commit 56223c1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

ci_build/azure_pipelines/templates/setup.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,13 @@ steps:
2525
pip install --index-url https://test.pypi.org/simple/ ort-nightly
2626
fi
2727
28-
pip install onnxruntime-extensions
2928
if [[ $CI_TF_VERSION == 2.* ]] ;
3029
then
30+
pip install onnxruntime-extensions
31+
if [[ $CI_TF_VERSION == 2.3* ]] ;
32+
then
33+
pip install tensorflow-text==${CI_TF_VERSION}
34+
fi
3135
if [[ $CI_TF_VERSION == 2.4* ]] ;
3236
then
3337
pip install tensorflow-text==${CI_TF_VERSION}

0 commit comments

Comments
 (0)