Skip to content

Commit

Permalink
Install deps to fix build break
Browse files Browse the repository at this point in the history
  • Loading branch information
jarun committed Oct 16, 2019
1 parent 513a55f commit 5ed9d7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ test-template: &test-template
steps:
- run:
command: |
apt update && apt install -y --no-install-recommends git make
apt update && apt install -y --no-install-recommends gcc git make libjpeg-dev zlib1g-dev
pip install --upgrade setuptools flake8 pylint pillow
- checkout
- run:
Expand Down

0 comments on commit 5ed9d7e

Please sign in to comment.