File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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,
You can’t perform that action at this time.
0 commit comments