File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -117,10 +117,10 @@ jobs:
117117 auto-update-conda : true
118118 - name : Install Cuda Toolkit => ${{ inputs.useCuda }}
119119 if : ${{ inputs.useCuda }}
120- uses : Jimver/cuda-toolkit@v0.2.2
120+ uses : Jimver/cuda-toolkit@v0.2.22
121121 id : cuda-toolkit
122122 with :
123- cuda : ' 11.7.0 '
123+ cuda : ' 12.8.1 '
124124 - name : Set custom path to recipe
125125 if : inputs.customPath != ''
126126 run : |
@@ -205,12 +205,13 @@ jobs:
205205 run : |
206206 conda install -y -n base conda-libmamba-solver
207207 conda config --set solver libmamba
208+
208209 - name : Install Cuda Toolkit => ${{ inputs.useCuda }}
209210 if : ${{ inputs.useCuda && !inputs.skipTest }}
210211 uses : Jimver/cuda-toolkit@v0.2.22
211212 id : cuda-toolkit
212213 with :
213- cuda : ' 11.7.0 '
214+ cuda : ' 12.8.1 '
214215
215216 - name : Install Package and test with Python 3.9
216217 if : ${{ !inputs.skipTest }}
You can’t perform that action at this time.
0 commit comments