We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e0166c commit 0ff42bdCopy full SHA for 0ff42bd
build-and-benchmark-py-project.sh
@@ -1,8 +1,9 @@
1
curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-py-project-within-miniconda.sh
2
source build-py-project-within-miniconda.sh
3
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
+# 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
6
+pip install git+https://github.com/airspeed-velocity/asv@baeec6e096947f735ed3917ed0c2b9361366dd52#egg=asv
7
8
conda list
9
0 commit comments