From 8a0f950965e7c3bbcb723aa99110e8834fc131e1 Mon Sep 17 00:00:00 2001 From: Rohit Goswami Date: Sun, 4 Feb 2024 11:15:25 +0000 Subject: [PATCH] CI: Be explicit with channels to pass --- test/test_environment_bench.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_environment_bench.py b/test/test_environment_bench.py index 593945164..ae6197cc0 100644 --- a/test/test_environment_bench.py +++ b/test/test_environment_bench.py @@ -23,6 +23,7 @@ "repo": ".", "branches": ["main"], "environment_type": "virtualenv", + "conda_channels": ["conda-forge", "nodefaults"], "env_dir": ".asv/env", "results_dir": ".asv/results", "html_dir": ".asv/html",