Skip to content

Commit 4ecf8ca

Browse files
authored
Fix pytest version (#2300)
Signed-off-by: Sun, Xuehao <[email protected]>
1 parent 7f91341 commit 4ecf8ca

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.azure-pipelines/scripts/ut/3x/run_3x_pt.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ sed -i '/^deepspeed/d' /neural-compressor/test/3x/torch/requirements.txt
1616
pip install -r /neural-compressor/test/3x/torch/requirements.txt --extra-index-url https://download.pytorch.org/whl/cpu
1717
pip install pytest-cov
1818
pip install pytest-html
19+
pip install beautifulsoup4==4.13.5
1920
echo "##[endgroup]"
2021
pip list
2122

.azure-pipelines/scripts/ut/3x/run_3x_pt_fp8.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ pip install -r /neural-compressor/test/3x/torch/requirements.txt
1919
pip install pytest-cov
2020
pip install pytest-html
2121
pip install pytest-html-merger
22+
pip install beautifulsoup4==4.13.5
2223
echo "##[endgroup]"
2324
pip list
2425

.azure-pipelines/scripts/ut/3x/run_3x_tf.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ pip install -r /neural-compressor/test/3x/tensorflow/requirements.txt
1515
pip install pytest-cov
1616
pip install pytest-html
1717
pip install pytest-html-merger
18+
pip install beautifulsoup4==4.13.5
1819
echo "##[endgroup]"
1920
pip list
2021

0 commit comments

Comments
 (0)