File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -127,10 +127,10 @@ jobs:
127127 nvidia-smi
128128 pytest -s -v tests/test_logger.py
129129 # Entrypoints Integration Test (LLM) # 30min
130- # export VLLM_WORKER_MULTIPROC_METHOD=spawn
131- # pytest -v -s entrypoints/llm --ignore=entrypoints/llm/test_generate.py --ignore=entrypoints/llm/test_collective_rpc.py
132- # pytest -v -s entrypoints/llm/test_generate.py # it needs a clean process
133- # pytest -v -s entrypoints/offline_mode # Needs to avoid interference with other tests
130+ export VLLM_WORKER_MULTIPROC_METHOD=spawn
131+ pytest -v -s entrypoints/llm --ignore=entrypoints/llm/test_generate.py --ignore=entrypoints/llm/test_collective_rpc.py
132+ pytest -v -s entrypoints/llm/test_generate.py # it needs a clean process
133+ pytest -v -s entrypoints/offline_mode # Needs to avoid interference with other tests
134134 '
135135
136136 - name : Cleanup container
You can’t perform that action at this time.
0 commit comments