Skip to content

Commit 8edaa4d

Browse files
committed
forgot to add windows
1 parent 3f0b4b2 commit 8edaa4d

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

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

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -46,22 +46,6 @@ jobs:
4646
- name: Compute Python Test Matrix
4747
id: compute-matrix
4848
run: |
49-
<<<<<<< HEAD
50-
# Please keep the matrices sorted in ascending order by the following:
51-
#
52-
# [PY_VER, CUDA_VER, LOCAL_CTK]
53-
#
54-
export MATRICES="
55-
pull-request:
56-
- { ARCH: ${ARCH}, PY_VER: '3.12', CUDA_VER: '12.9.1', LOCAL_CTK: '0' }
57-
- { ARCH: ${ARCH}, PY_VER: '3.12', CUDA_VER: '12.9.1', LOCAL_CTK: '1' }
58-
nightly:
59-
- { ARCH: ${ARCH}, PY_VER: '3.12', CUDA_VER: '12.9.1', LOCAL_CTK: '0' }
60-
- { ARCH: ${ARCH}, PY_VER: '3.12', CUDA_VER: '12.9.1', LOCAL_CTK: '1' }
61-
"
62-
63-
=======
64-
>>>>>>> b4644f287 (CI: Consolidate test matrix configurations into ci/test-matrix.json with hard-coded values, optimized checkout, and prepared Windows self-hosted runner migration (#889))
6549
# Use the nightly matrix for branch tests
6650
MATRIX_TYPE="${BUILD_TYPE}"
6751
if [[ "${MATRIX_TYPE}" == "branch" ]]; then
@@ -99,14 +83,11 @@ jobs:
9983
with:
10084
fetch-depth: 0
10185

102-
<<<<<<< HEAD
103-
=======
10486
# TODO: use setup-proxy-cache once we have self-hosted Windows runners
10587
# - name: Setup proxy cache
10688
# uses: nv-gha-runners/setup-proxy-cache@main
10789
# continue-on-error: true
10890

109-
>>>>>>> b4644f287 (CI: Consolidate test matrix configurations into ci/test-matrix.json with hard-coded values, optimized checkout, and prepared Windows self-hosted runner migration (#889))
11091
- name: Update driver
11192
run: |
11293
.github/workflows/install_gpu_driver.ps1

0 commit comments

Comments
 (0)