Skip to content

Commit

Permalink
chore(ci): install git in slim runners
Browse files Browse the repository at this point in the history
  • Loading branch information
TheKevJames committed Dec 3, 2019
1 parent 32fe187 commit 5c6a1e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
tox_environment:
type: string
steps:
- run: apt-get update -qy && apt-get install -qy git
- checkout
- run: pip install tox tox-factor
- run: tox -f <<parameters.tox_environment>>
Expand Down

0 comments on commit 5c6a1e4

Please sign in to comment.