From 28e0a88f4df264dfad715abcbc7693d9b1fbbca5 Mon Sep 17 00:00:00 2001 From: Phil Schaf Date: Mon, 21 Aug 2023 14:29:05 +0200 Subject: [PATCH] use mamba --- benchmarks/asv.conf.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/benchmarks/asv.conf.json b/benchmarks/asv.conf.json index d91da2150..0761f6722 100644 --- a/benchmarks/asv.conf.json +++ b/benchmarks/asv.conf.json @@ -44,7 +44,7 @@ // If missing or the empty string, the tool will be automatically // determined by looking for tools on the PATH environment // variable. - "environment_type": "conda", + "environment_type": "mamba", // timeout in seconds for installing any dependencies in environment // defaults to 10 min @@ -117,7 +117,7 @@ // // additional env for python2.7 // {"python": "2.7", "numpy": "1.8"}, // // additional env if run on windows+conda - // {"platform": "win32", "environment_type": "conda", "python": "2.7", "libpython": ""}, + // {"platform": "win32", "environment_type": "mamba", "python": "2.7", "libpython": ""}, // ], // The directory (relative to the current directory) that benchmarks are