Fix nightly arc perf (#11404)

* pip install pytest for arc perf test

* trigger test
This commit is contained in:
Shaojun Liu 2024-06-24 15:58:41 +08:00 committed by GitHub
parent ccb3fb357a
commit 5e823ef2ce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)
@ -918,3 +920,4 @@ jobs:
# shell: cmd # shell: cmd
# run: | # run: |
# call conda env remove -n igpu-perf -y # call conda env remove -n igpu-perf -y