Skip to content

Commit bef9816

Browse files
committed
Another attempt to fix things
1 parent 31399f1 commit bef9816

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,15 @@ on:
1414
type: string
1515
default: "./ci/build_wheel.ps1"
1616

17+
# general settings
18+
matrix:
19+
type: string
20+
required: true
21+
matrix_filter:
22+
type: string
23+
default: "."
24+
25+
1726
jobs:
1827
compute-matrix:
1928
runs-on: ubuntu-latest
@@ -30,6 +39,7 @@ jobs:
3039
name: ${{ matrix.CUDA_VER }}, ${{ matrix.PY_VER }}, windows
3140
needs: compute-matrix
3241
strategy:
42+
fail-fast: false
3343
matrix: ${{ fromJSON(needs.compute-matrix.outputs.MATRIX) }}
3444
runs-on: windows-2022
3545
steps:

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@ on:
1414
type: string
1515
default: "./ci/test_wheel.ps1"
1616

17+
# general settings
18+
matrix:
19+
type: string
20+
required: true
21+
matrix_filter:
22+
type: string
23+
default: "."
24+
1725
jobs:
1826
compute-matrix:
1927
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)