Skip to content

Commit cd20b74

Browse files
authored
Update linux.yml
1 parent fc0b587 commit cd20b74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -895,7 +895,7 @@ jobs:
895895
- name: Test LLM Benchmark Tools
896896
if: ${{ fromJSON(needs.smart_ci.outputs.affected_components).llm_bench }}
897897
run: |
898-
pip install ${{ env.SRC_DIR }}/tools/llm_bench/requirements.txt
898+
pip install -r ${{ env.SRC_DIR }}/tools/llm_bench/requirements.txt
899899
source ${{ env.INSTALL_DIR }}/setupvars.sh
900900
python -m pytest -vs ${{ env.SRC_DIR }}/tests/python_tests/samples/test_tools_llm_benchmark.py -m "samples"
901901
env:

0 commit comments

Comments
 (0)