Skip to content

Commit 0d202cb

Browse files
committed
Fix tensorflow-3x CI (#2275)
Signed-off-by: Sun, Xuehao <[email protected]>
1 parent e71cbbc commit 0d202cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.azure-pipelines/scripts/install_nc.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ if [[ $1 = *"3x_pt"* ]]; then
1717
fi
1818
pip install --no-deps dist/neural_compressor*.whl --force-reinstall
1919
elif [[ $1 = *"3x_tf"* ]]; then
20+
pip install tensorflow==2.19.0
2021
python -m pip install --no-cache-dir -r requirements.txt
2122
python -m pip install --no-cache-dir -r requirements_tf.txt
2223
python setup.py bdist_wheel

0 commit comments

Comments
 (0)