From 66ec5693d78fe5f3b9a72f2f096de476f5cf9d96 Mon Sep 17 00:00:00 2001 From: Anatoly Myachev Date: Sun, 17 Sep 2023 20:52:52 +0200 Subject: [PATCH] try conda Signed-off-by: Anatoly Myachev --- asv_bench/asv.conf.dask.json | 2 +- asv_bench/asv.conf.hdk.json | 2 +- asv_bench/asv.conf.json | 2 +- asv_bench/asv.conf.unidist.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/asv_bench/asv.conf.dask.json b/asv_bench/asv.conf.dask.json index 79d52e763e1..5f2f1b145e0 100644 --- a/asv_bench/asv.conf.dask.json +++ b/asv_bench/asv.conf.dask.json @@ -22,7 +22,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", // timeout in seconds for installing any dependencies in environment // defaults to 10 min diff --git a/asv_bench/asv.conf.hdk.json b/asv_bench/asv.conf.hdk.json index 30bd47b8871..734cc05b745 100644 --- a/asv_bench/asv.conf.hdk.json +++ b/asv_bench/asv.conf.hdk.json @@ -23,7 +23,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", // timeout in seconds for installing any dependencies in environment // defaults to 10 min diff --git a/asv_bench/asv.conf.json b/asv_bench/asv.conf.json index 0afd09f7cb7..bde408ff184 100644 --- a/asv_bench/asv.conf.json +++ b/asv_bench/asv.conf.json @@ -22,7 +22,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", // timeout in seconds for installing any dependencies in environment // defaults to 10 min diff --git a/asv_bench/asv.conf.unidist.json b/asv_bench/asv.conf.unidist.json index 4fa177d2aed..f3d64f968e9 100644 --- a/asv_bench/asv.conf.unidist.json +++ b/asv_bench/asv.conf.unidist.json @@ -22,7 +22,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", // timeout in seconds for installing any dependencies in environment // defaults to 10 min