Skip to content

Commit ccbb378

Browse files
committed
Removed trailing space
Signed-off-by: pvijayakrish <[email protected]>
1 parent 88ddbae commit ccbb378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/pytest/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ runs:
6666
else
6767
echo "🚀 Running pytest in normal mode"
6868
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-
69+
7070
# Detect GPU availability and conditionally add GPU flags
7171
GPU_FLAGS=""
7272
if command -v nvidia-smi &> /dev/null && nvidia-smi &> /dev/null; then

0 commit comments

Comments
 (0)