We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0ad874 commit ebac862Copy full SHA for ebac862
.github/workflows/python-package.yml
@@ -67,6 +67,8 @@ jobs:
67
exclude:
68
- os: windows-latest # This probably requires arm64 Windows agents
69
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"
72
- os: ubuntu-latest # Temporary. Takes too long, not ready yet.
73
74
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