Skip to content

Commit 556dabd

Browse files
committed
CI: Add sanitizer skip environment variable to CI
1 parent 0e5935e commit 556dabd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test-wheel-linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ jobs:
189189
if [[ "$COMPUTE_SANITIZER_VERSION" -ge 202111 ]]; then
190190
SANITIZER_CMD="${SANITIZER_CMD} --padding=32"
191191
fi
192+
echo "CUDA_PYTHON_SANITIZER_RUNNING=1" >> $GITHUB_ENV
192193
else
193194
COMPUTE_SANITIZER_VERSION="None"
194195
SANITIZER_CMD=""

0 commit comments

Comments
 (0)