kopia lustrzana https://github.com/jupyterhub/repo2docker
commit
bf618ef2d5
|
@ -5,7 +5,7 @@ set -ex
|
|||
|
||||
cd $(dirname $0)
|
||||
|
||||
export MAMBA_VERSION=1.5.8
|
||||
export MAMBA_VERSION=1.5.9
|
||||
export CONDA_VERSION=24.5.0
|
||||
|
||||
URL="https://anaconda.org/conda-forge/micromamba/${MAMBA_VERSION}/download/${CONDA_PLATFORM}/micromamba-${MAMBA_VERSION}-0.tar.bz2"
|
||||
|
|
|
@ -16,12 +16,12 @@ v = out.split()[1]
|
|||
assert v[:3] == "3.5", out
|
||||
|
||||
out = sh(["micromamba", "--version"])
|
||||
assert out == "1.5.8", out
|
||||
assert out == "1.5.9", out
|
||||
|
||||
out = sh(["mamba", "--version"])
|
||||
assert (
|
||||
out
|
||||
== """mamba 1.5.8
|
||||
== """mamba 1.5.9
|
||||
conda 24.5.0"""
|
||||
), out
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue