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 07996c7 commit c08c899Copy full SHA for c08c899
.github/workflows/benchmarks.yml
@@ -50,8 +50,8 @@ jobs:
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
53
- # export CONDA_EXE=$(which mamba)
54
- export CONDA_EXE=$(which conda)
+ export CONDA_EXE=$(which mamba)
+ # export CONDA_EXE=$(which conda)
55
# Run benchmarks for current commit against base
56
ASV_OPTIONS="--split --show-stderr --factor $ASV_FACTOR"
57
asv continuous $ASV_OPTIONS ${{ github.event.pull_request.base.sha }} ${GITHUB_SHA} \
0 commit comments