Skip to content

Commit ff84da7

Browse files
committed
fix: remove meta label
1 parent 30e7795 commit ff84da7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-wheels-cuda.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
MAMBA_NO_LOW_SPEED_LIMIT: "1"
100100
run: |
101101
$cudaVersion = $env:CUDAVER
102-
mamba install -y 'cuda' -c nvidia/label/cuda-$cudaVersion
102+
mamba install -y "cuda-toolkit=$cudaVersion" -c nvidia
103103
python -m pip install build wheel
104104
105105
- name: Build Wheel

0 commit comments

Comments
 (0)