Skip to content

Commit

Permalink
Pin asv to a commit
Browse files Browse the repository at this point in the history
  • Loading branch information
isuruf committed May 28, 2019
1 parent 8e0166c commit 0ff42bd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build-and-benchmark-py-project.sh
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 0ff42bd

Please sign in to comment.