File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5252
5353 - name : Install dependencies
5454 # https://github.com/airspeed-velocity/asv/issues/1493
55- run : pip install 'asv@git+https://github.com/airspeed-velocity/asv.git' py-rattler
55+ run : pip install 'asv@git+https://github.com/airspeed-velocity/asv.git' virtualenv
5656
5757 - name : Configure ASV
5858 working-directory : ${{ env.ASV_DIR }}
Original file line number Diff line number Diff line change 2121 // Customizable commands for building, installing, and
2222 // uninstalling the project. See asv.conf.json documentation.
2323 //
24- "install_command" : [" python -m uv pip install {wheel_file}" ],
25- // "uninstall_command": ["return-code=any python -mpip uninstall -y {project }"],
2624 "build_command" : [
27- " python -m uv pip install build" ,
25+ " python -m pip install uv build" ,
2826 " python -m build --wheel -o {build_cache_dir} {build_dir}" ,
2927 ],
28+ "install_command" : [" python -m uv pip install {wheel_file}" ],
29+ // "uninstall_command": ["return-code=any python -mpip uninstall -y {project }"],
3030
3131 // List of branches to benchmark. If not provided, defaults to "master"
3232 // (for git) or "default" (for mercurial).
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" : " rattler " ,
46+ "environment_type" : " virtualenv " ,
4747
4848 // timeout in seconds for installing any dependencies in environment
4949 // defaults to 10 min
You can’t perform that action at this time.
0 commit comments