Skip to content

Commit a2ea4ae

Browse files
committed
Add comment about where to update the PIP_VERSION
1 parent b535731 commit a2ea4ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.circle/dependencies

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ sudo apt-get -y install libldap2-dev libsasl2-dev
3939
(GH_TOKEN=${MACHINE_PASSWORD} gh repo view | head -n2) || true
4040

4141
# This should track the pinned version of pip in st2's Makefile
42-
# Also, make sure virtualenv is built with same pip version below.
42+
# Please sync this version with .circle/Makefile and .circleci/config.yml
4343
PIP_VERSION="20.0.2"
4444

4545
sudo pip install -U "pip==${PIP_VERSION}" setuptools virtualenv

0 commit comments

Comments
 (0)