Skip to content

Commit 5a56cb9

Browse files
committed
[skip-ci] specify channels
1 parent f2dc76c commit 5a56cb9

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/benchmarks.yml

-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ jobs:
4646
# ID this runner
4747
asv machine --yes
4848
export TMPDIR=$RUNNER_TEMP
49-
export CONDA_VERBOSITY=3
5049
echo "Baseline: ${{ github.event.pull_request.base.sha }} (${{ github.event.pull_request.base.label }})"
5150
echo "Contender: ${GITHUB_SHA} (${{ github.event.pull_request.head.label }})"
5251
# Use mamba for env creation

asv_bench/asv.conf.json

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
// determined by looking for tools on the PATH environment
3131
// variable.
3232
"environment_type": "conda",
33+
"conda_channels": ["conda-forge"],
3334

3435
// timeout in seconds for installing any dependencies in environment
3536
// defaults to 10 min

0 commit comments

Comments
 (0)