Skip to content

Commit 0ff42bd

Browse files
committed
Pin asv to a commit
1 parent 8e0166c commit 0ff42bd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build-and-benchmark-py-project.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-py-project-within-miniconda.sh
22
source build-py-project-within-miniconda.sh
33

4-
# Use a stable release once https://github.com/airspeed-velocity/asv/pull/721 is released
5-
pip install git+https://github.com/airspeed-velocity/asv#egg=asv
4+
# Can't use v0.3 because https://github.com/airspeed-velocity/asv/pull/721 is needed
5+
# Can't use v0.4 because of https://github.com/airspeed-velocity/asv/issues/822
6+
pip install git+https://github.com/airspeed-velocity/asv@baeec6e096947f735ed3917ed0c2b9361366dd52#egg=asv
67

78
conda list
89

0 commit comments

Comments
 (0)