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
1616pip install -r /neural-compressor/test/3x/torch/requirements.txt --extra-index-url https://download.pytorch.org/whl/cpu
1717pip install pytest-cov
1818pip install pytest-html
19+ pip install beautifulsoup4==4.13.5
1920echo " ##[endgroup]"
2021pip list
2122
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ pip install -r /neural-compressor/test/3x/torch/requirements.txt
1919pip install pytest-cov
2020pip install pytest-html
2121pip install pytest-html-merger
22+ pip install beautifulsoup4==4.13.5
2223echo " ##[endgroup]"
2324pip list
2425
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ pip install -r /neural-compressor/test/3x/tensorflow/requirements.txt
1515pip install pytest-cov
1616pip install pytest-html
1717pip install pytest-html-merger
18+ pip install beautifulsoup4==4.13.5
1819echo " ##[endgroup]"
1920pip list
2021
You can’t perform that action at this time.
0 commit comments