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 5
5
6
6
cd $( dirname $0 )
7
7
8
- export MAMBA_VERSION=1.5.7
9
- export CONDA_VERSION=24.3 .0
8
+ export MAMBA_VERSION=1.5.8
9
+ export CONDA_VERSION=24.5 .0
10
10
11
11
URL=" https://anaconda.org/conda-forge/micromamba/${MAMBA_VERSION} /download/${CONDA_PLATFORM} /micromamba-${MAMBA_VERSION} -0.tar.bz2"
12
12
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ v = out.split()[1]
16
16
assert v [:3 ] == "3.5" , out
17
17
18
18
out = sh (["micromamba" , "--version" ])
19
- assert out == "1.5.7 " , out
19
+ assert out == "1.5.8 " , out
20
20
21
21
out = sh (["mamba" , "--version" ])
22
22
assert (
23
23
out
24
- == """mamba 1.5.7
25
- conda 24.3 .0"""
24
+ == """mamba 1.5.8
25
+ conda 24.5 .0"""
26
26
), out
27
27
28
28
sh ([kernel_python , "-c" , "import numpy" ])
You can’t perform that action at this time.
0 commit comments