We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc0b587 commit cd20b74Copy full SHA for cd20b74
1 file changed
.github/workflows/linux.yml
@@ -895,7 +895,7 @@ jobs:
895
- name: Test LLM Benchmark Tools
896
if: ${{ fromJSON(needs.smart_ci.outputs.affected_components).llm_bench }}
897
run: |
898
- pip install ${{ env.SRC_DIR }}/tools/llm_bench/requirements.txt
+ pip install -r ${{ env.SRC_DIR }}/tools/llm_bench/requirements.txt
899
source ${{ env.INSTALL_DIR }}/setupvars.sh
900
python -m pytest -vs ${{ env.SRC_DIR }}/tests/python_tests/samples/test_tools_llm_benchmark.py -m "samples"
901
env:
0 commit comments