Skip to content

Commit ebac862

Browse files
Exclude Windows from CUDA 12.4.0 build for now
1 parent c0ad874 commit ebac862

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ jobs:
6767
exclude:
6868
- os: windows-latest # This probably requires arm64 Windows agents
6969
arch: aarch64
70+
- os: windows-latest # The Jimver/cuda-toolkit is action used for Windows builds is not updated for 12.4 yet.
71+
cuda_version: "12.4.0"
7072
- os: ubuntu-latest # Temporary. Takes too long, not ready yet.
7173
arch: aarch64
7274
runs-on: ${{ matrix.os }} # One day, we could run them on native agents. Azure supports this now but it's planned only for Q3 2023 for hosted agents

0 commit comments

Comments
 (0)