fix xpu performance tests by making sure that latest bigdl-core-xe is installed (#9001)

This commit is contained in:
Yuwen Hu 2023-09-19 17:33:30 +08:00 committed by GitHub
parent b6c9198d47
commit c389e1323d

View file

@ -11,6 +11,10 @@ runs:
- name: Create conda env for llm tests and conduct install tests
shell: bash
run: |
# make sure we install the latest version for bigdl-core-xe
pip uninstall bigdl-core-xe || true
sed -i 's/"bigdl-core-xe==" + VERSION + "/"bigdl-core-xe/g' python/llm/setup.py
pip install requests
if [[ ${{ runner.os }} == 'Linux' ]]; then
bash python/llm/dev/release_default_linux.sh default false