Small update to ut (#10804)

This commit is contained in:
Yuwen Hu 2024-04-19 10:59:00 +08:00 committed by GitHub
parent 995c01367d
commit c7235e34a8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -122,6 +122,9 @@ jobs:
python -m pip install --upgrade setuptools==58.0.4 python -m pip install --upgrade setuptools==58.0.4
python -m pip install --upgrade wheel python -m pip install --upgrade wheel
# May remove later
pip uninstall sentence-transformers -y || true
- name: Download llm binary - name: Download llm binary
uses: ./.github/actions/llm/download-llm-binary uses: ./.github/actions/llm/download-llm-binary
@ -276,6 +279,9 @@ jobs:
python -m pip install --upgrade wheel python -m pip install --upgrade wheel
python -m pip install --upgrade notebook python -m pip install --upgrade notebook
# May remove later
pip uninstall sentence-transformers -y || true
- name: Download llm binary - name: Download llm binary
uses: ./.github/actions/llm/download-llm-binary uses: ./.github/actions/llm/download-llm-binary