Skip to content

Commit b7eac0c

Browse files
committed
Experiment if issue is with matrix
1 parent 3ecc2ac commit b7eac0c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/wheel-windows-build.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
outputs:
2929
MATRIX: ${{ steps.compute-matrix.outputs.MATRIX }}
3030
steps:
31-
- name: Compute Python Test Matrix
31+
- name: Compute Build Matrix
3232
id: compute-matrix
3333
env:
3434
MATRIX: ${{ inputs.matrix }}
@@ -42,7 +42,11 @@ jobs:
4242
- compute-matrix
4343
strategy:
4444
fail-fast: false
45-
matrix: ${{ fromJSON(needs.compute-matrix.outputs.MATRIX) }}
45+
matrix:
46+
- {"PY_VER": "3.10", "CUDA_VER": "12.8.0"}
47+
- {"PY_VER": "3.11", "CUDA_VER": "12.8.0"}
48+
- {"PY_VER": "3.12", "CUDA_VER": "12.8.0"}
49+
- {"PY_VER": "3.13", "CUDA_VER": "12.8.0"}
4650
runs-on: windows-2022
4751
steps:
4852
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)