File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 53
53
env :
54
54
PYTEST_MARKS : " e2e and vllm and gpu_1 and serve"
55
55
run : |
56
- docker run --gpus all-v ${{ github.workspace }}:/workspace -w /workspace --name ${{ env.CONTAINER_ID }}_pytest ${{ steps.define_image_tag.outputs.image_tag }} bash -c "pytest --basetemp=/tmp --junitxml=${{ env.PYTEST_XML_FILE }} -m \"${{ env.PYTEST_MARKS }}\""
56
+ docker run --gpus all -v ${{ github.workspace }}:/workspace -w /workspace --name ${{ env.CONTAINER_ID }}_pytest ${{ steps.define_image_tag.outputs.image_tag }} bash -c "pytest --basetemp=/tmp --junitxml=${{ env.PYTEST_XML_FILE }} -m \"${{ env.PYTEST_MARKS }}\""
57
57
- name : Cleanup - Remove dynamo directory
58
58
if : always()
59
59
run : |
60
- sudo rm -rf ~/actions-runner/_work/dynamo
60
+ sudo rm -rf ~/actions-runner/_work/dynamo
You can’t perform that action at this time.
0 commit comments