Skip to content

Commit

Permalink
CircleCI: Avoid reinstallation of language-check
Browse files Browse the repository at this point in the history
On CircleCI, an explicit install of language-check 0.8
was being done despite the relevant bear now having a
requirement on language-check 1.0.  This results in
language-check 1.0 being installed, then replaced with
language-check 0.8.

Fixes coala#1863
  • Loading branch information
jayvdb committed Jun 23, 2017
1 parent 3d2dcf7 commit a72eb4e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .ci/deps.pip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ for dep_version in "${dep_versions[@]}" ; do
pip install -U setuptools
pip install -r test-requirements.txt
pip install -r requirements.txt
pip install language_check==0.8.*
done

pip install -r docs-requirements.txt

0 comments on commit a72eb4e

Please sign in to comment.