kopia lustrzana https://github.com/jupyterhub/repo2docker
Merge pull request #1299 from SylvainCorlay/update-mamba-1.4.9
Update conda and mambapull/1305/head
commit
d414e994fc
|
@ -5,8 +5,8 @@ set -ex
|
||||||
|
|
||||||
cd $(dirname $0)
|
cd $(dirname $0)
|
||||||
|
|
||||||
export MAMBA_VERSION=1.4.0
|
export MAMBA_VERSION=1.4.9
|
||||||
export CONDA_VERSION=23.1.0
|
export CONDA_VERSION=23.5.2
|
||||||
|
|
||||||
URL="https://anaconda.org/conda-forge/micromamba/${MAMBA_VERSION}/download/${CONDA_PLATFORM}/micromamba-${MAMBA_VERSION}-0.tar.bz2"
|
URL="https://anaconda.org/conda-forge/micromamba/${MAMBA_VERSION}/download/${CONDA_PLATFORM}/micromamba-${MAMBA_VERSION}-0.tar.bz2"
|
||||||
|
|
||||||
|
|
|
@ -16,13 +16,13 @@ v = out.split()[1]
|
||||||
assert v[:3] == "3.5", out
|
assert v[:3] == "3.5", out
|
||||||
|
|
||||||
out = sh(["micromamba", "--version"])
|
out = sh(["micromamba", "--version"])
|
||||||
assert out == "1.4.0", out
|
assert out == "1.4.9", out
|
||||||
|
|
||||||
out = sh(["mamba", "--version"])
|
out = sh(["mamba", "--version"])
|
||||||
assert (
|
assert (
|
||||||
out
|
out
|
||||||
== """mamba 1.4.0
|
== """mamba 1.4.9
|
||||||
conda 23.1.0"""
|
conda 23.5.2"""
|
||||||
), out
|
), out
|
||||||
|
|
||||||
sh([kernel_python, "-c", "import numpy"])
|
sh([kernel_python, "-c", "import numpy"])
|
||||||
|
|
Ładowanie…
Reference in New Issue