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 318e99e commit 6a2b855Copy full SHA for 6a2b855
.github/workflows/benchmarks.yml
@@ -51,6 +51,7 @@ jobs:
51
echo "Baseline: ${{ github.event.pull_request.base.sha }} (${{ github.event.pull_request.base.label }})"
52
echo "Contender: ${GITHUB_SHA} (${{ github.event.pull_request.head.label }})"
53
# Use mamba for env creation
54
+ # export CONDA_EXE=$(which mamba)
55
export CONDA_EXE=$(which conda)
56
# Run benchmarks for current commit against base
57
ASV_OPTIONS="--split --show-stderr --factor $ASV_FACTOR"
0 commit comments