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"])