Skip to content

Commit c08c899

Browse files
committed
[skip-ci] try mamba?
1 parent 07996c7 commit c08c899

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/benchmarks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ jobs:
5050
echo "Baseline: ${{ github.event.pull_request.base.sha }} (${{ github.event.pull_request.base.label }})"
5151
echo "Contender: ${GITHUB_SHA} (${{ github.event.pull_request.head.label }})"
5252
# Use mamba for env creation
53-
# export CONDA_EXE=$(which mamba)
54-
export CONDA_EXE=$(which conda)
53+
export CONDA_EXE=$(which mamba)
54+
# export CONDA_EXE=$(which conda)
5555
# Run benchmarks for current commit against base
5656
ASV_OPTIONS="--split --show-stderr --factor $ASV_FACTOR"
5757
asv continuous $ASV_OPTIONS ${{ github.event.pull_request.base.sha }} ${GITHUB_SHA} \

0 commit comments

Comments
 (0)