Skip to content

Commit 6bc0bc2

Browse files
committed
Pin condaforge version
Most recent version fails with invalid cert error when trying to update python
1 parent dea5119 commit 6bc0bc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_aarch64_wheel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ def install_condaforge_python(host: RemoteHost, python_version="3.8") -> None:
212212
install_condaforge(host, suffix="download/4.10.3-10/Miniforge3-4.10.3-10-Linux-aarch64.sh")
213213
host.run_cmd(f"conda install -y python={python_version} numpy pyyaml")
214214
else:
215-
install_condaforge(host)
215+
install_condaforge(host, suffix="download/4.11.0-4/Miniforge3-4.11.0-4-Linux-aarch64.sh")
216216
# Pytorch-1.10 or older are not compatible with setuptools=59.6 or newer
217217
host.run_cmd(f"conda install -y python={python_version} numpy pyyaml setuptools=59.5.0")
218218

0 commit comments

Comments
 (0)