From 5a56cb91ea8ea7a39f20f065201af101111e4188 Mon Sep 17 00:00:00 2001 From: dcherian Date: Mon, 1 May 2023 16:12:04 -0600 Subject: [PATCH] [skip-ci] specify channels --- .github/workflows/benchmarks.yml | 1 - asv_bench/asv.conf.json | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 15ecd10d406..84e9f492113 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -46,7 +46,6 @@ jobs: # ID this runner asv machine --yes export TMPDIR=$RUNNER_TEMP - export CONDA_VERBOSITY=3 echo "Baseline: ${{ github.event.pull_request.base.sha }} (${{ github.event.pull_request.base.label }})" echo "Contender: ${GITHUB_SHA} (${{ github.event.pull_request.head.label }})" # Use mamba for env creation diff --git a/asv_bench/asv.conf.json b/asv_bench/asv.conf.json index f8387aca856..a709d0a51a7 100644 --- a/asv_bench/asv.conf.json +++ b/asv_bench/asv.conf.json @@ -30,6 +30,7 @@ // determined by looking for tools on the PATH environment // variable. "environment_type": "conda", + "conda_channels": ["conda-forge"], // timeout in seconds for installing any dependencies in environment // defaults to 10 min