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 +