Skip to content

Commit b65de83

Browse files
authored
Revert "CI: run cuda.core examples on Linux and Windows (#1722)" (#1723)
This reverts commit 4a58adb.
1 parent 4a58adb commit b65de83

File tree

2 files changed

+0
-19
lines changed

2 files changed

+0
-19
lines changed

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

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -277,15 +277,6 @@ jobs:
277277
LOCAL_CTK: ${{ matrix.LOCAL_CTK }}
278278
run: run-tests core
279279

280-
- name: Run cuda.core examples
281-
env:
282-
CUDA_VER: ${{ matrix.CUDA_VER }}
283-
LOCAL_CTK: ${{ matrix.LOCAL_CTK }}
284-
run: |
285-
pushd cuda_core
286-
${SANITIZER_CMD} pytest -ra -s -vv tests/example_tests/
287-
popd
288-
289280
- name: Ensure cuda-python installable
290281
run: |
291282
if [[ "${{ matrix.LOCAL_CTK }}" == 1 ]]; then

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

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -254,16 +254,6 @@ jobs:
254254
shell: bash --noprofile --norc -xeuo pipefail {0}
255255
run: run-tests core
256256

257-
- name: Run cuda.core examples
258-
env:
259-
CUDA_VER: ${{ matrix.CUDA_VER }}
260-
LOCAL_CTK: ${{ matrix.LOCAL_CTK }}
261-
shell: bash --noprofile --norc -xeuo pipefail {0}
262-
run: |
263-
pushd cuda_core
264-
${SANITIZER_CMD} pytest -ra -s -vv tests/example_tests/
265-
popd
266-
267257
- name: Ensure cuda-python installable
268258
run: |
269259
if ('${{ matrix.LOCAL_CTK }}' -eq '1') {

0 commit comments

Comments
 (0)