From 6b4ebb8a7760f023c95e3db149fe4808178c0aef Mon Sep 17 00:00:00 2001 From: zacharyburnett Date: Thu, 3 Aug 2023 09:09:14 -0400 Subject: [PATCH] use mamba in environment construction --- asv.conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asv.conf.json b/asv.conf.json index d807418b..d348e575 100644 --- a/asv.conf.json +++ b/asv.conf.json @@ -7,7 +7,7 @@ "main" ], "show_commit_url": "http://github.com/spacetelescope/stcal/commit/", - "environment_type": "conda", + "environment_type": "mamba", "install_command": [ "pip install ." ],