From 5738a20e480eab5880e4798a521d43976424e358 Mon Sep 17 00:00:00 2001 From: Atharva Arya Date: Mon, 16 Dec 2024 14:06:52 +0530 Subject: [PATCH] Try conda as environment type asv for benchmarks --- asv.conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asv.conf.json b/asv.conf.json index f0157be649c..31f6e71edab 100644 --- a/asv.conf.json +++ b/asv.conf.json @@ -17,7 +17,7 @@ "origin/master", "HEAD" ], - "environment_type": "mamba", + "environment_type": "conda", "show_commit_url": "https://github.com/tardis-sn/tardis/commit/", "conda_environment_file": "tardis_env3.yml", "benchmark_dir": "benchmarks",