File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 5151 key : benchmark-state-${{ hashFiles('benchmarks/**') }}
5252
5353 - name : Install dependencies
54- run : pip install 'asv>=0.6.4' packaging
54+ # https://github.com/airspeed-velocity/asv/issues/1493
55+ run : pip install 'asv@git+https://github.com/airspeed-velocity.git' rattler
5556
5657 - name : Configure ASV
5758 working-directory : ${{ env.ASV_DIR }}
Original file line number Diff line number Diff line change 4343 // If missing or the empty string, the tool will be automatically
4444 // determined by looking for tools on the PATH environment
4545 // variable.
46- "environment_type" : " virtualenv " ,
46+ "environment_type" : " rattler " ,
4747
4848 // timeout in seconds for installing any dependencies in environment
4949 // defaults to 10 min
7171 // pip (with all the conda available packages installed first,
7272 // followed by the pip installed packages).
7373 "req" : {
74- "numpy" : [" 2.3.0" ],
75- "scipy" : [" 1.16.1" ],
76- "spatialdata" : [" 0.4.0" ],
77- "PyYAML" : [" 6.0.2" ],
7874 },
7975 // same for env variables
8076 "env" : {},
You can’t perform that action at this time.
0 commit comments