From 2592076bbb69db21ea03ce15d9b092770c8dcca3 Mon Sep 17 00:00:00 2001 From: Mark Harfouche Date: Sun, 19 May 2024 11:55:29 -0400 Subject: [PATCH] conda instead of mamba --- asv_bench/asv.conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asv_bench/asv.conf.json b/asv_bench/asv.conf.json index 9dc86df712d..4c717b7dcc4 100644 --- a/asv_bench/asv.conf.json +++ b/asv_bench/asv.conf.json @@ -29,7 +29,7 @@ // If missing or the empty string, the tool will be automatically // determined by looking for tools on the PATH environment // variable. - "environment_type": "mamba", + "environment_type": "conda", "conda_channels": ["conda-forge"], // timeout in seconds for installing any dependencies in environment