kopia lustrzana https://github.com/jupyterhub/repo2docker
Bump mamba from 2.0.8 to 2.1.0
Bumps [mamba](https://github.com/mamba-org/mamba) from 2.0.8 to 2.1.0. - [Release notes](https://github.com/mamba-org/mamba/releases) - [Commits](https://github.com/mamba-org/mamba/compare/2.0.8...2.1.0)pull/1423/head
rodzic
30b2a71c27
commit
d4592c2427
|
@ -5,7 +5,7 @@ set -ex
|
|||
|
||||
cd $(dirname $0)
|
||||
|
||||
export MAMBA_VERSION="2.0.8"
|
||||
export MAMBA_VERSION="2.1.0"
|
||||
export CONDA_VERSION=24.11.0
|
||||
|
||||
URL="https://anaconda.org/conda-forge/micromamba/${MAMBA_VERSION}/download/${CONDA_PLATFORM}/micromamba-${MAMBA_VERSION}-0.tar.bz2"
|
||||
|
|
|
@ -16,10 +16,10 @@ v = out.split()[1]
|
|||
assert v[:3] == "3.5", out
|
||||
|
||||
out = sh(["micromamba", "--version"])
|
||||
assert out == "2.0.8", out
|
||||
assert out == "2.1.0", out
|
||||
|
||||
out = sh(["mamba", "--version"])
|
||||
assert out == "2.0.8", out
|
||||
assert out == "2.1.0", out
|
||||
|
||||
|
||||
sh([kernel_python, "-c", "import numpy"])
|
||||
|
|
Ładowanie…
Reference in New Issue