Skip to content

Commit

Permalink
Fix mamba/conda version test
Browse files Browse the repository at this point in the history
  • Loading branch information
manics committed Oct 15, 2023
1 parent 193f4a5 commit a3cb342
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/conda/py35-binder-dir/verify
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ assert out == "1.4.9", out
out = sh(["mamba", "--version"])
assert (
out
== """mamba 1.4.9
conda 23.5.2"""
== """mamba 1.5.1
conda 23.7.4"""
), out

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

0 comments on commit a3cb342

Please sign in to comment.