diff --git a/build-and-benchmark-py-project.sh b/build-and-benchmark-py-project.sh index b2f8ce9971bdaed6f05662fe53bef3a5690e5253..0882fa954bcaa8038c1260ee26faa7e450e41f6d 100644 --- a/build-and-benchmark-py-project.sh +++ b/build-and-benchmark-py-project.sh @@ -1,7 +1,8 @@ curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-py-project-within-miniconda.sh source build-py-project-within-miniconda.sh -pip install asv +# Use a stable release once https://github.com/airspeed-velocity/asv/pull/721 is released +pip install git+https://github.com/airspeed-velocity/asv#egg=asv conda list