mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-21 20:47:00 -05:00
Merge pull request #2096 from ashwinvis/patch-1
Fix mambaforge-pypy3 build
This commit is contained in:
commit
979e6f0a61
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
ase "$(anaconda_architecture 2>/dev/null || true)" in
|
case "$(anaconda_architecture 2>/dev/null || true)" in
|
||||||
"Linux-ppc64le" )
|
"Linux-ppc64le" )
|
||||||
install_script "Mambaforge-pypy3-Linux-ppc64le" "https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-pypy3-Linux-ppc64le.sh" "miniconda" verify_py3_latest
|
install_script "Mambaforge-pypy3-Linux-ppc64le" "https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-pypy3-Linux-ppc64le.sh" "miniconda" verify_py3_latest
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in a new issue