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 b535731 commit a2ea4aeCopy full SHA for a2ea4ae
1 file changed
.circle/dependencies
@@ -39,7 +39,7 @@ sudo apt-get -y install libldap2-dev libsasl2-dev
39
(GH_TOKEN=${MACHINE_PASSWORD} gh repo view | head -n2) || true
40
41
# This should track the pinned version of pip in st2's Makefile
42
-# Also, make sure virtualenv is built with same pip version below.
+# Please sync this version with .circle/Makefile and .circleci/config.yml
43
PIP_VERSION="20.0.2"
44
45
sudo pip install -U "pip==${PIP_VERSION}" setuptools virtualenv
0 commit comments