File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
repo2docker/buildpacks/conda
tests/conda/py35-binder-dir Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 55
66cd $( dirname $0 )
77
8- export MAMBA_VERSION=1.5.1
9- export CONDA_VERSION=23.7.4
8+ export MAMBA_VERSION=1.5.7
9+ export CONDA_VERSION=24.3.0
1010
1111URL=" https://anaconda.org/conda-forge/micromamba/${MAMBA_VERSION} /download/${CONDA_PLATFORM} /micromamba-${MAMBA_VERSION} -0.tar.bz2"
1212
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ v = out.split()[1]
1616assert v [:3 ] == "3.5" , out
1717
1818out = sh (["micromamba" , "--version" ])
19- assert out == "1.5.1 " , out
19+ assert out == "1.5.7 " , out
2020
2121out = sh (["mamba" , "--version" ])
2222assert (
2323 out
24- == """mamba 1.5.1
25- conda 23.7.4 """
24+ == """mamba 1.5.7
25+ conda 24.3.0 """
2626), out
2727
2828sh ([kernel_python , "-c" , "import numpy" ])
You can’t perform that action at this time.
0 commit comments