Skip to content

Commit 809be58

Browse files
committed
fix(ci): allow non-CUDA dependencies for CUDA 11.8 wheels
1 parent d74eb96 commit 809be58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
} else {
111111
throw 'Unsupported CUDA wheel build platform'
112112
}
113-
mamba install -y --channel-priority strict --override-channels -c $cudaChannel $cudaPackages
113+
mamba install -y --channel-priority flexible --override-channels -c $cudaChannel $cudaPackages
114114
} elseif ($IsLinux) {
115115
mamba install -y --channel-priority flexible --override-channels -c $cudaChannel "${cudaChannel}::cuda-toolkit=$cudaVersion" "${cudaChannel}::cuda-nvcc_linux-64" "${cudaChannel}::cuda-cccl" "${cudaChannel}::cuda-cudart" "${cudaChannel}::cuda-cudart-dev"
116116
} elseif ($IsWindows) {

0 commit comments

Comments
 (0)