Skip to content

Commit 03705b6

Browse files
committed
enables onnxruntime-extensions on linux, macosx
Signed-off-by: xavier dupré <[email protected]>
1 parent 764d5e3 commit 03705b6

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

ci_build/azure_pipelines/templates/setup.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,10 @@ steps:
2525
pip install --index-url https://test.pypi.org/simple/ ort-nightly
2626
fi
2727
28-
if [[ $CI_PLATFORM == "windows" ]] ;
28+
pip install onnxruntime-extensions
29+
if [[ $CI_TF_VERSION == 2.* ]] ;
2930
then
30-
pip install onnxruntime-extensions
31-
if [[ $CI_TF_VERSION == 2.* ]] ;
32-
then
33-
pip install tensorflow-text
34-
fi
31+
pip install tensorflow-text
3532
fi
3633
3734
python setup.py install

0 commit comments

Comments
 (0)