From 5ac54698ca398193a6ee2c0d5b282ccf21278aa9 Mon Sep 17 00:00:00 2001 From: Julien Jerphanion Date: Thu, 12 Dec 2024 14:43:40 +0100 Subject: [PATCH] Update version of conda to 24.11.0 Signed-off-by: Julien Jerphanion --- tests/conda/py35-binder-dir/verify | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/conda/py35-binder-dir/verify b/tests/conda/py35-binder-dir/verify index 239a693c..1f74d50f 100755 --- a/tests/conda/py35-binder-dir/verify +++ b/tests/conda/py35-binder-dir/verify @@ -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"])