Skip to content

Commit dbd6464

Browse files
committed
ci: run cuda.bindings examples on Windows
1 parent 833e625 commit dbd6464

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,17 @@ jobs:
226226
shell: bash --noprofile --norc -xeuo pipefail {0}
227227
run: run-tests bindings
228228

229+
- name: Run cuda.bindings examples
230+
if: ${{ env.SKIP_CUDA_BINDINGS_TEST == '0' }}
231+
env:
232+
CUDA_VER: ${{ matrix.CUDA_VER }}
233+
LOCAL_CTK: ${{ matrix.LOCAL_CTK }}
234+
shell: bash --noprofile --norc -xeuo pipefail {0}
235+
run: |
236+
pushd cuda_bindings
237+
${SANITIZER_CMD} python -m pytest -ra -s -vv examples/
238+
popd
239+
229240
- name: Run cuda.core tests
230241
env:
231242
CUDA_VER: ${{ matrix.CUDA_VER }}

0 commit comments

Comments
 (0)