瀏覽代碼

Update mambaforge-pypy3

Fix typo `ase` -> `case`
pull/2096/head
Ashwin V. Mohanan 4 年之前
committed by GitHub
父節點
當前提交
2a9c18372a
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      plugins/python-build/share/python-build/mambaforge-pypy3

+ 1
- 1
plugins/python-build/share/python-build/mambaforge-pypy3 查看文件

@ -1,4 +1,4 @@
ase "$(anaconda_architecture 2>/dev/null || true)" in
case "$(anaconda_architecture 2>/dev/null || true)" in
"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
;;

Loading…
取消
儲存