Skip to content

Commit dd17a6d

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

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

ci_build/azure_pipelines/templates/setup.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,14 @@ steps:
2828
pip install onnxruntime-extensions
2929
if [[ $CI_TF_VERSION == 2.* ]] ;
3030
then
31-
pip install tensorflow-text==${CI_TF_VERSION}
31+
if [[ $CI_TF_VERSION == 2.4* ]] ;
32+
then
33+
pip install tensorflow-text==${CI_TF_VERSION}
34+
fi
35+
if [[ $CI_TF_VERSION == 2.5* ]] ;
36+
then
37+
pip install tensorflow-text>=2.5
38+
fi
3239
fi
3340
3441
python setup.py install

0 commit comments

Comments
 (0)