Skip to content

Commit

Permalink
Update to mamba 1.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainCorlay committed Aug 31, 2024
1 parent cb5c517 commit 0fb8d0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion repo2docker/buildpacks/conda/install-base-env.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions tests/conda/py35-binder-dir/verify
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0fb8d0c

Please sign in to comment.