Skip to content

Commit

Permalink
fix(ci): Remove cuda version 12.5.0 incompatibility with VS (#1838)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrei <abetlen@gmail.com>
  • Loading branch information
pabl-o-ce and abetlen authored Dec 6, 2024
1 parent d5d5099 commit 4f17ae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels-cuda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
$matrix = @{
'os' = @('ubuntu-latest', 'windows-2019')
'pyver' = @("3.9", "3.10", "3.11", "3.12")
'cuda' = @("12.1.1", "12.2.2", "12.3.2", "12.4.1", "12.5.0")
'cuda' = @("12.1.1", "12.2.2", "12.3.2", "12.4.1")
'releasetag' = @("basic")
}
Expand Down

0 comments on commit 4f17ae5

Please sign in to comment.