From c5e0e1f9704d5fc144cd1150a1695a1548b06a98 Mon Sep 17 00:00:00 2001 From: Isuru Fernando Date: Wed, 29 Aug 2018 20:21:49 -0500 Subject: [PATCH] Use asv from git --- build-and-benchmark-py-project.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-and-benchmark-py-project.sh b/build-and-benchmark-py-project.sh index b2f8ce9..0882fa9 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 -- GitLab