From 2583ef095e3b739d1f81f9291147b754707d63fa Mon Sep 17 00:00:00 2001 From: Leo Fang Date: Thu, 5 Mar 2026 02:26:47 +0000 Subject: [PATCH] Revert "CI: run cuda.core examples on Linux and Windows (#1722)" This reverts commit 4a58adb2c9cb32e4ffd814c9bddedbd3fdd5c474. --- .github/workflows/test-wheel-linux.yml | 9 --------- .github/workflows/test-wheel-windows.yml | 10 ---------- 2 files changed, 19 deletions(-) diff --git a/.github/workflows/test-wheel-linux.yml b/.github/workflows/test-wheel-linux.yml index b9acbb68e1..3c80128bb1 100644 --- a/.github/workflows/test-wheel-linux.yml +++ b/.github/workflows/test-wheel-linux.yml @@ -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 diff --git a/.github/workflows/test-wheel-windows.yml b/.github/workflows/test-wheel-windows.yml index 8b1a02ca29..dc9a31719f 100644 --- a/.github/workflows/test-wheel-windows.yml +++ b/.github/workflows/test-wheel-windows.yml @@ -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') {