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 acd6a4f commit 7ecd4a8Copy full SHA for 7ecd4a8
.github/workflows/python-package.yml
@@ -77,7 +77,7 @@ jobs:
77
steps:
78
- uses: actions/checkout@v4
79
# Windows: We install Cuda on the agent (slow)
80
- - uses: Jimver/cuda-toolkit@f1b76035ffe6d08118acdd33faf5ce002cf7c023 # v0.2.25
+ - uses: Jimver/cuda-toolkit@c35baa1a18fd1fc9dcf47c5bd839bf30559c0bc3 # v0.2.24
81
if: startsWith(matrix.os, 'windows')
82
id: cuda-toolkit
83
with:
.github/workflows/tests.yml
@@ -64,7 +64,7 @@ jobs:
64
65
66
- name: Install CUDA Toolkit
67
- uses: Jimver/cuda-toolkit@f1b76035ffe6d08118acdd33faf5ce002cf7c023 # v0.2.25
+ uses: Jimver/cuda-toolkit@c35baa1a18fd1fc9dcf47c5bd839bf30559c0bc3 # v0.2.24
68
69
70
0 commit comments