Skip to content

Commit 8d992b1

Browse files
Backport PR #2130 on branch 0.12.x (fix: bound asv) (#2131)
Co-authored-by: Ilan Gold <ilanbassgold@gmail.com>
1 parent 7f287d9 commit 8d992b1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/benchmark.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,10 @@ jobs:
4747
cache-environment: true
4848
# Deps documented in https://asv.readthedocs.io/en/latest/installing.html
4949
# libmambapy upper bound: https://github.com/airspeed-velocity/asv/issues/1438
50+
# asv upper bound https://github.com/scverse/anndata/pull/2129
5051
create-args: >-
5152
python=${{ matrix.python }}
52-
asv
53+
asv<0.6.5
5354
libmambapy<2
5455
conda-build
5556

0 commit comments

Comments
 (0)