Skip to content

Commit c23b110

Browse files
committed
Fix action
1 parent f25f930 commit c23b110

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

.github/workflows/benchmarks.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: mamba-org/setup-micromamba@v1
2626
with:
2727
environment-file: ci/benchmark.yml
28-
environment-name: flox-tests
28+
environment-name: flox-bench
2929
init-shell: bash
3030
cache-environment: true
3131

@@ -44,8 +44,6 @@ jobs:
4444
asv machine --yes
4545
echo "Baseline: ${{ github.event.pull_request.base.sha }} (${{ github.event.pull_request.base.label }})"
4646
echo "Contender: ${GITHUB_SHA} (${{ github.event.pull_request.head.label }})"
47-
echo "which mamba"
48-
which mamba
4947
# Run benchmarks for current commit against base
5048
ASV_OPTIONS="--split --show-stderr --factor $ASV_FACTOR"
5149
asv continuous $ASV_OPTIONS ${{ github.event.pull_request.base.sha }} ${GITHUB_SHA} \

ci/benchmark.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,4 @@ channels:
33
- conda-forge
44
dependencies:
55
- asv
6-
- cachey
7-
- dask-core
8-
- numpy>=1.20
96
- 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)