Skip to content

Commit 98fda8c

Browse files
committed
fix(ci): Temporarily disable windows cuda wheels
1 parent b39e9d4 commit 98fda8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-wheels-cuda.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ permissions:
88
jobs:
99
define_matrix:
1010
name: Define Build Matrix
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-22.04
1212
outputs:
1313
matrix: ${{ steps.set-matrix.outputs.matrix }}
1414
defaults:
@@ -20,7 +20,7 @@ jobs:
2020
id: set-matrix
2121
run: |
2222
$matrix = @{
23-
'os' = @('ubuntu-22.04', 'windows-2022')
23+
'os' = @('ubuntu-22.04') #, 'windows-2022')
2424
'pyver' = @("3.9", "3.10", "3.11", "3.12")
2525
'cuda' = @("12.1.1", "12.2.2", "12.3.2", "12.4.1") #, "12.5.1", "12.6.1")
2626
'releasetag' = @("basic")

0 commit comments

Comments
 (0)