Skip to content

Commit

Permalink
Fix CircleCI git clone
Browse files Browse the repository at this point in the history
  • Loading branch information
ArmaanT committed Aug 18, 2019
1 parent e965d26 commit e749b02
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ jobs:
docker:
- image: themattrix/tox
steps:
- run:
name: Install ssh
command: |
apt-get update && apt-get install -y ssh
- checkout
- run:
name: Install dependencies
Expand Down

0 comments on commit e749b02

Please sign in to comment.