Skip to content

Commit c08fdf1

Browse files
committed
Update the cuda version
1 parent 539d4db commit c08fdf1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/build_base.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)