Bump mamba from 2.0.5 to 2.0.8

Bumps [mamba](https://github.com/mamba-org/mamba) from 2.0.5 to 2.0.8.
- [Release notes](https://github.com/mamba-org/mamba/releases)
- [Commits](https://github.com/mamba-org/mamba/compare/micromamba-2.0.5...2.0.8)
pull/1423/head
Wei Ji 2025-03-24 09:52:55 +13:00
rodzic d0ddd2e3c4
commit 30b2a71c27
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 485900AE6D6E4F6E
2 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -5,7 +5,7 @@ set -ex
cd $(dirname $0)
export MAMBA_VERSION="2.0.5"
export MAMBA_VERSION="2.0.8"
export CONDA_VERSION=24.11.0
URL="https://anaconda.org/conda-forge/micromamba/${MAMBA_VERSION}/download/${CONDA_PLATFORM}/micromamba-${MAMBA_VERSION}-0.tar.bz2"

Wyświetl plik

@ -16,10 +16,10 @@ v = out.split()[1]
assert v[:3] == "3.5", out
out = sh(["micromamba", "--version"])
assert out == "2.0.5", out
assert out == "2.0.8", out
out = sh(["mamba", "--version"])
assert out == "2.0.5", out
assert out == "2.0.8", out
sh([kernel_python, "-c", "import numpy"])