Skip to content

Commit

Permalink
fixup! Update for mamba 1.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jjerphan committed Aug 21, 2024
1 parent 4b12d52 commit f43b1e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conda/py35-binder-dir/verify
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ v = out.split()[1]
assert v[:3] == "3.5", out

out = sh(["micromamba", "--version"])
assert out == "1.5.7", out
assert out == "1.5.8", out

out = sh(["mamba", "--version"])
assert (
Expand Down

0 comments on commit f43b1e7

Please sign in to comment.