We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f287d9 commit 8d992b1Copy full SHA for 8d992b1
1 file changed
.github/workflows/benchmark.yml
@@ -47,9 +47,10 @@ jobs:
47
cache-environment: true
48
# 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
51
create-args: >-
52
python=${{ matrix.python }}
- asv
53
+ asv<0.6.5
54
libmambapy<2
55
conda-build
56
0 commit comments