Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions .github/workflows/test-wheel-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -277,15 +277,6 @@ jobs:
LOCAL_CTK: ${{ matrix.LOCAL_CTK }}
run: run-tests core

- name: Run cuda.core examples
env:
CUDA_VER: ${{ matrix.CUDA_VER }}
LOCAL_CTK: ${{ matrix.LOCAL_CTK }}
run: |
pushd cuda_core
${SANITIZER_CMD} pytest -ra -s -vv tests/example_tests/
popd

- name: Ensure cuda-python installable
run: |
if [[ "${{ matrix.LOCAL_CTK }}" == 1 ]]; then
Expand Down
10 changes: 0 additions & 10 deletions .github/workflows/test-wheel-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -254,16 +254,6 @@ jobs:
shell: bash --noprofile --norc -xeuo pipefail {0}
run: run-tests core

- name: Run cuda.core examples
env:
CUDA_VER: ${{ matrix.CUDA_VER }}
LOCAL_CTK: ${{ matrix.LOCAL_CTK }}
shell: bash --noprofile --norc -xeuo pipefail {0}
run: |
pushd cuda_core
${SANITIZER_CMD} pytest -ra -s -vv tests/example_tests/
popd

- name: Ensure cuda-python installable
run: |
if ('${{ matrix.LOCAL_CTK }}' -eq '1') {
Expand Down