Small update to ut (#10804)
This commit is contained in:
parent
995c01367d
commit
c7235e34a8
1 changed files with 6 additions and 0 deletions
6
.github/workflows/llm_unit_tests.yml
vendored
6
.github/workflows/llm_unit_tests.yml
vendored
|
|
@ -122,6 +122,9 @@ jobs:
|
|||
python -m pip install --upgrade setuptools==58.0.4
|
||||
python -m pip install --upgrade wheel
|
||||
|
||||
# May remove later
|
||||
pip uninstall sentence-transformers -y || true
|
||||
|
||||
- name: 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 notebook
|
||||
|
||||
# May remove later
|
||||
pip uninstall sentence-transformers -y || true
|
||||
|
||||
- name: Download llm binary
|
||||
uses: ./.github/actions/llm/download-llm-binary
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue