Skip to content

Commit 90cc189

Browse files
authored
Try MAMBA_NO_LOW_SPEED_LIMIT to prevent dependency download from timing out
1 parent 509f9aa commit 90cc189

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-wheels-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,8 @@ jobs:
189189
# --- Install CUDA using Conda
190190
$cudaVersion = '${{ matrix.cuda }}'
191191
$cudaVersionPytorch = '${{ matrix.cuda }}'.Remove('${{ matrix.cuda }}'.LastIndexOf('.')).Replace('.','')
192-
192+
193+
$env:MAMBA_NO_LOW_SPEED_LIMIT = 1
193194
mamba install -y -c nvidia/label/cuda-$cudaVersion cuda-toolkit cuda-runtime
194195

195196
if (!(mamba list cuda)[-1].contains('cuda')) {sleep -s 10; mamba install -y 'cuda' $cudaVersion}

0 commit comments

Comments
 (0)