Skip to content

Commit 27ea998

Browse files
committed
pin tensorflow-text version
Signed-off-by: xavier dupré <[email protected]>
1 parent c7e4629 commit 27ea998

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
pip install onnxruntime-extensions
2929
if [[ $CI_TF_VERSION == 2.* ]] ;
3030
then
31-
pip install tensorflow-text
31+
pip install tensorflow-text==${CI_TF_VERSION}
3232
fi
3333
3434
python setup.py install

0 commit comments

Comments
 (0)