8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2dc76c commit 5a56cb9Copy full SHA for 5a56cb9
.github/workflows/benchmarks.yml
@@ -46,7 +46,6 @@ jobs:
46
# ID this runner
47
asv machine --yes
48
export TMPDIR=$RUNNER_TEMP
49
- export CONDA_VERBOSITY=3
50
echo "Baseline: ${{ github.event.pull_request.base.sha }} (${{ github.event.pull_request.base.label }})"
51
echo "Contender: ${GITHUB_SHA} (${{ github.event.pull_request.head.label }})"
52
# Use mamba for env creation
asv_bench/asv.conf.json
@@ -30,6 +30,7 @@
30
// determined by looking for tools on the PATH environment
31
// variable.
32
"environment_type": "conda",
33
+ "conda_channels": ["conda-forge"],
34
35
// timeout in seconds for installing any dependencies in environment
36
// defaults to 10 min
0 commit comments