Skip to content

Commit 6a57ee4

Browse files
authored
Update build-and-test-vllm.yml
Signed-off-by: Dynamo Bot <[email protected]>
1 parent 507a89e commit 6a57ee4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-test-vllm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ jobs:
5353
env:
5454
PYTEST_MARKS: "e2e and vllm and gpu_1 and serve"
5555
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 }}\""
5757
- name: Cleanup - Remove dynamo directory
5858
if: always()
5959
run: |
60-
sudo rm -rf ~/actions-runner/_work/dynamo
60+
sudo rm -rf ~/actions-runner/_work/dynamo

0 commit comments

Comments
 (0)