From 0ff42bda339a9e683bc4575258053dfc81ff5fc5 Mon Sep 17 00:00:00 2001 From: Isuru Fernando Date: Tue, 28 May 2019 18:01:21 -0500 Subject: [PATCH] Pin asv to a commit --- build-and-benchmark-py-project.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build-and-benchmark-py-project.sh b/build-and-benchmark-py-project.sh index f994770..a097788 100644 --- a/build-and-benchmark-py-project.sh +++ b/build-and-benchmark-py-project.sh @@ -1,8 +1,9 @@ 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 -# 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 +# Can't use v0.3 because https://github.com/airspeed-velocity/asv/pull/721 is needed +# Can't use v0.4 because of https://github.com/airspeed-velocity/asv/issues/822 +pip install git+https://github.com/airspeed-velocity/asv@baeec6e096947f735ed3917ed0c2b9361366dd52#egg=asv conda list -- GitLab