We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a828916 commit f6548dcCopy full SHA for f6548dc
.github/workflows/pr-sglang.yml
@@ -219,4 +219,4 @@ jobs:
219
run: |
220
source .venv/bin/activate
221
cd test/
222
- python3 -m pytest -vs --image-uri ${{ needs.build-sglang-image.outputs.image-uri }} sglang/sagemaker
+ python3 -m pytest -vsrP --image-uri ${{ needs.build-sglang-image.outputs.image-uri }} sglang/sagemaker
0 commit comments