Skip to content

Commit

Permalink
CI Deps: Pip version pin to 9.0.1
Browse files Browse the repository at this point in the history
Closes coala#2359
  • Loading branch information
virresh committed Mar 18, 2018
1 parent 0fddb5d commit aaced8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/deps.pip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ for dep_version in "${dep_versions[@]}" ; do
python --version
source .ci/env_variables.sh

pip install pip -U
pip install pip==9.0.1
pip install -U setuptools
pip install -r test-requirements.txt
pip install -r requirements.txt
Expand Down

0 comments on commit aaced8d

Please # to comment.