We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88ddbae commit ccbb378Copy full SHA for ccbb378
.github/actions/pytest/action.yml
@@ -66,7 +66,7 @@ runs:
66
else
67
echo "🚀 Running pytest in normal mode"
68
PYTEST_CMD="pytest -v --tb=short --basetemp=/tmp -o cache_dir=/tmp/.pytest_cache --junitxml=/workspace/test-results/${{ env.PYTEST_XML_FILE }} --durations=10 -m \"${{ inputs.pytest_marks }}\""
69
-
+
70
# Detect GPU availability and conditionally add GPU flags
71
GPU_FLAGS=""
72
if command -v nvidia-smi &> /dev/null && nvidia-smi &> /dev/null; then
0 commit comments