Fix nightly arc perf (#11404)
* pip install pytest for arc perf test * trigger test
This commit is contained in:
parent
ccb3fb357a
commit
5e823ef2ce
1 changed files with 4 additions and 1 deletions
5
.github/workflows/llm_performance_tests.yml
vendored
5
.github/workflows/llm_performance_tests.yml
vendored
|
|
@ -106,6 +106,8 @@ jobs:
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
source /opt/intel/oneapi/setvars.sh
|
source /opt/intel/oneapi/setvars.sh
|
||||||
|
python -m pip install --upgrade pytest
|
||||||
|
python -m pip install --upgrade expecttest
|
||||||
bash python/llm/test/run-llm-install-tests.sh
|
bash python/llm/test/run-llm-install-tests.sh
|
||||||
|
|
||||||
- name: Test on xpu(transformers==4.36.2)
|
- name: Test on xpu(transformers==4.36.2)
|
||||||
|
|
@ -917,4 +919,5 @@ jobs:
|
||||||
# if: ${{ always() }}
|
# if: ${{ always() }}
|
||||||
# shell: cmd
|
# shell: cmd
|
||||||
# run: |
|
# run: |
|
||||||
# call conda env remove -n igpu-perf -y
|
# call conda env remove -n igpu-perf -y
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue