From 4787dfef6df2ce5ed89ef5a9e568a4af8d1edf65 Mon Sep 17 00:00:00 2001 From: William Ayd Date: Mon, 28 Nov 2022 20:24:02 -0800 Subject: [PATCH] Remove defaults channel from conda asv conf --- asv_bench/asv.conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asv_bench/asv.conf.json b/asv_bench/asv.conf.json index b1feb1d0af79c..16f8f28b66d31 100644 --- a/asv_bench/asv.conf.json +++ b/asv_bench/asv.conf.json @@ -57,7 +57,7 @@ "odfpy": [], "jinja2": [], }, - "conda_channels": ["defaults", "conda-forge"], + "conda_channels": ["conda-forge"], // Combinations of libraries/python versions can be excluded/included // from the set to test. Each entry is a dictionary containing additional // key-value pairs to include/exclude.