Skip to content

Commit e7a1941

Browse files
fix: remove mamba backend for asv (#2129)
Co-authored-by: Philipp A. <flying-sheep@web.de>
1 parent e3a6376 commit e7a1941

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/benchmark.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,10 @@ jobs:
4646
environment-name: asv
4747
cache-environment: true
4848
# Deps documented in https://asv.readthedocs.io/en/latest/installing.html
49-
# libmambapy upper bound: https://github.com/airspeed-velocity/asv/issues/1438
50-
# asv upper bound https://github.com/scverse/anndata/pull/2129
5149
create-args: >-
5250
python=${{ matrix.python }}
53-
asv<0.6.5
54-
libmambapy<2
51+
asv
52+
py_rattler
5553
conda-build
5654
5755
- name: Cache datasets

benchmarks/asv.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
// If missing or the empty string, the tool will be automatically
3737
// determined by looking for tools on the PATH environment
3838
// variable.
39-
"environment_type": "mamba",
39+
"environment_type": "rattler",
4040
// timeout in seconds for installing any dependencies in environment
4141
// defaults to 10 min
4242
//"install_timeout": 600,

0 commit comments

Comments
 (0)