From 5e823ef2ce9981542af6231c22fc2e0a8245096e Mon Sep 17 00:00:00 2001 From: Shaojun Liu <61072813+liu-shaojun@users.noreply.github.com> Date: Mon, 24 Jun 2024 15:58:41 +0800 Subject: [PATCH] Fix nightly arc perf (#11404) * pip install pytest for arc perf test * trigger test --- .github/workflows/llm_performance_tests.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/llm_performance_tests.yml b/.github/workflows/llm_performance_tests.yml index f5d50cc3..57ab09b0 100644 --- a/.github/workflows/llm_performance_tests.yml +++ b/.github/workflows/llm_performance_tests.yml @@ -106,6 +106,8 @@ jobs: shell: bash run: | 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 - name: Test on xpu(transformers==4.36.2) @@ -917,4 +919,5 @@ jobs: # if: ${{ always() }} # shell: cmd # run: | - # call conda env remove -n igpu-perf -y \ No newline at end of file + # call conda env remove -n igpu-perf -y +