File tree Expand file tree Collapse file tree 2 files changed +1
-13
lines changed Expand file tree Collapse file tree 2 files changed +1
-13
lines changed Original file line number Diff line number Diff line change 25
25
uses : mamba-org/setup-micromamba@v1
26
26
with :
27
27
environment-file : ci/benchmark.yml
28
- environment-name : flox-tests
28
+ environment-name : flox-bench
29
29
init-shell : bash
30
30
cache-environment : true
31
31
44
44
asv machine --yes
45
45
echo "Baseline: ${{ github.event.pull_request.base.sha }} (${{ github.event.pull_request.base.label }})"
46
46
echo "Contender: ${GITHUB_SHA} (${{ github.event.pull_request.head.label }})"
47
- echo "which mamba"
48
- which mamba
49
47
# Run benchmarks for current commit against base
50
48
ASV_OPTIONS="--split --show-stderr --factor $ASV_FACTOR"
51
49
asv continuous $ASV_OPTIONS ${{ github.event.pull_request.base.sha }} ${GITHUB_SHA} \
Original file line number Diff line number Diff line change @@ -3,14 +3,4 @@ channels:
3
3
- conda-forge
4
4
dependencies :
5
5
- asv
6
- - cachey
7
- - dask-core
8
- - numpy>=1.20
9
6
- mamba
10
- - pip
11
- - python=3.10
12
- - xarray
13
- - numpy_groupies>=0.9.19
14
- - wheel
15
- - pip :
16
- - numbagg>=0.3
You can’t perform that action at this time.
0 commit comments