Skip to content

Commit f25f930

Browse files
committed
Revert "Remove custom bench env yaml"
This reverts commit 518ff1a.
1 parent a8f3752 commit f25f930

File tree

2 files changed

+19
-4
lines changed

2 files changed

+19
-4
lines changed

.github/workflows/benchmarks.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,11 @@ jobs:
2424
- name: Set up conda environment
2525
uses: mamba-org/setup-micromamba@v1
2626
with:
27+
environment-file: ci/benchmark.yml
28+
environment-name: flox-tests
2729
init-shell: bash
2830
cache-environment: true
29-
create-args: >-
30-
python=3.10
31-
asv
32-
mamba
31+
3332
- name: Run benchmarks
3433
shell: bash -l {0}
3534
id: benchmark

ci/benchmark.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: flox-bench
2+
channels:
3+
- conda-forge
4+
dependencies:
5+
- asv
6+
- cachey
7+
- dask-core
8+
- numpy>=1.20
9+
- mamba
10+
- pip
11+
- python=3.10
12+
- xarray
13+
- numpy_groupies>=0.9.19
14+
- wheel
15+
- pip:
16+
- numbagg>=0.3

0 commit comments

Comments
 (0)