Skip to content

Commit

Permalink
circle.yml: update python-requests pkg
Browse files Browse the repository at this point in the history
Update the build-tools introduced a regression while building on circle
ci.

The PR weaveworks/build-tools#73 is compatible
with python requests module `>=v2.4.2`. We need to provide a more
updated version of the one available in ubuntu 12.04 or 14.04
repositories.
  • Loading branch information
Alessandro Puccetti committed Feb 21, 2017
1 parent 340438b commit fabafec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ machine:
SCOPE_UI_BUILD: $HOME/docker/scope_ui_build.tar

dependencies:
pre:
- pip install --upgrade requests
cache_directories:
- "~/docker"
override:
Expand Down

0 comments on commit fabafec

Please sign in to comment.