Skip to content

Commit

Permalink
Fix version number in tests/conda/py35-binder-dir/verify
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Jerphanion <[email protected]>
  • Loading branch information
jjerphan committed Aug 22, 2024
1 parent d520a64 commit 47a1561
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tests/conda/py35-binder-dir/verify
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ out = sh(["micromamba", "--version"])
assert out == "2.0.0", out

out = sh(["mamba", "--version"])
assert (
out
== """mamba 2.0.0
conda 24.7.0"""
), out
assert out == "2.0.0", out

sh([kernel_python, "-c", "import numpy"])

0 comments on commit 47a1561

Please sign in to comment.