We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d74eb96 commit 809be58Copy full SHA for 809be58
1 file changed
.github/workflows/build-wheels-cuda.yaml
@@ -110,7 +110,7 @@ jobs:
110
} else {
111
throw 'Unsupported CUDA wheel build platform'
112
}
113
- mamba install -y --channel-priority strict --override-channels -c $cudaChannel $cudaPackages
+ mamba install -y --channel-priority flexible --override-channels -c $cudaChannel $cudaPackages
114
} elseif ($IsLinux) {
115
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"
116
} elseif ($IsWindows) {
0 commit comments