Skip to content

Commit

Permalink
Update version of conda to 24.11.0
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Jerphanion <[email protected]>
  • Loading branch information
jjerphan committed Dec 12, 2024
1 parent df31ac9 commit 5ac5469
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 @@ -22,7 +22,7 @@ out = sh(["mamba", "--version"])
assert (
out
== """mamba 1.5.11
conda 24.5.0"""
conda 24.11.0"""
), out

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

0 comments on commit 5ac5469

Please sign in to comment.