Skip to content

Commit 0430930

Browse files
committed
DOC: Fix spelling of CI step name
1 parent bd88039 commit 0430930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ jobs:
180180
host-platform: ${{ inputs.host-platform }}
181181
cuda-version: ${{ inputs.cuda-version }}
182182

183-
- name: Set up compute-saniziter
183+
- name: Set up compute-sanitizer
184184
run: |
185185
if [[ "${{ inputs.python-version }}" == "3.12" && "${{ inputs.local-ctk }}" == 1 ]]; then
186186
COMPUTE_SANITIZER="${CUDA_HOME}/bin/compute-sanitizer"

0 commit comments

Comments
 (0)