File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
.azure-pipelines/scripts/ut/3x Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ sed -i '/^deepspeed/d' /neural-compressor/test/3x/torch/requirements.txt
16
16
pip install -r /neural-compressor/test/3x/torch/requirements.txt --extra-index-url https://download.pytorch.org/whl/cpu
17
17
pip install pytest-cov
18
18
pip install pytest-html
19
+ pip install beautifulsoup4==4.13.5
19
20
echo " ##[endgroup]"
20
21
pip list
21
22
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ pip install -r /neural-compressor/test/3x/torch/requirements.txt
19
19
pip install pytest-cov
20
20
pip install pytest-html
21
21
pip install pytest-html-merger
22
+ pip install beautifulsoup4==4.13.5
22
23
echo " ##[endgroup]"
23
24
pip list
24
25
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ pip install -r /neural-compressor/test/3x/tensorflow/requirements.txt
15
15
pip install pytest-cov
16
16
pip install pytest-html
17
17
pip install pytest-html-merger
18
+ pip install beautifulsoup4==4.13.5
18
19
echo " ##[endgroup]"
19
20
pip list
20
21
You can’t perform that action at this time.
0 commit comments