Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit98fda8c

Browse files
committed
fix(ci): Temporarily disable windows cuda wheels
1 parentb39e9d4 commit98fda8c

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)

[8]ページ先頭

©2009-2025 Movatter.jp