Skip to content

Commit bd41fc8

Browse files
committed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/benchmark.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
- name: Run Benchmarks
3131
shell: bash -l {0}
3232
run: |-
33+
conda activate base
34+
conda install conda-build
3335
asv machine --machine ubuntu-latest --yes
3436
echo '```' >> $GITHUB_STEP_SUMMARY
3537
asv continuous --interleave-processes -a processes=2 --split --show-stderr 'HEAD^' 'HEAD' |\

0 commit comments

Comments
 (0)