"docs/vscode:/vscode.git/clone" did not exist on "6e7b1c4b591a7d735fc93792e53cb5592cfab4f2"
Unverified Commit 2baafc2a authored by Dmitry Tokarev's avatar Dmitry Tokarev Committed by GitHub
Browse files

fix: use diff temp dir for pytest (#6449)


Signed-off-by: default avatarDmitry Tokarev <dtokarev@nvidia.com>
parent 16cec713
......@@ -130,7 +130,7 @@ runs:
echo "🔍 Mypy type checking enabled"
MYPY_FLAG="--mypy"
fi
PYTEST_CMD="pytest --continue-on-collection-errors -v --tb=short --basetemp=/tmp -o cache_dir=/tmp/.pytest_cache --junitxml=/workspace/test-results/${{ env.PYTEST_XML_FILE }} --durations=20 ${MYPY_FLAG} -m \"${{ inputs.pytest_marks }}\""
PYTEST_CMD="pytest --continue-on-collection-errors -v --tb=short --basetemp=/tmp/pytest_temp -o cache_dir=/tmp/.pytest_cache --junitxml=/workspace/test-results/${{ env.PYTEST_XML_FILE }} --durations=20 ${MYPY_FLAG} -m \"${{ inputs.pytest_marks }}\""
# Detect GPU availability and conditionally add GPU flags
GPU_FLAGS=""
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment