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 51
51
key : benchmark-state-${{ hashFiles('benchmarks/**') }}
52
52
53
53
- 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
55
56
56
57
- name : Configure ASV
57
58
working-directory : ${{ env.ASV_DIR }}
Original file line number Diff line number Diff line change 43
43
// If missing or the empty string, the tool will be automatically
44
44
// determined by looking for tools on the PATH environment
45
45
// variable.
46
- "environment_type" : " virtualenv " ,
46
+ "environment_type" : " rattler " ,
47
47
48
48
// timeout in seconds for installing any dependencies in environment
49
49
// defaults to 10 min
71
71
// pip (with all the conda available packages installed first,
72
72
// followed by the pip installed packages).
73
73
"req" : {
74
- "numpy" : [" 2.3.0" ],
75
- "scipy" : [" 1.16.1" ],
76
- "spatialdata" : [" 0.4.0" ],
77
- "PyYAML" : [" 6.0.2" ],
78
74
},
79
75
// same for env variables
80
76
"env" : {},
You can’t perform that action at this time.
0 commit comments