Skip to content

Commit

Permalink
ci: unit-test tasks install git (#646)
Browse files Browse the repository at this point in the history
The python:3.*-slim images have stopped including git, so it must be
added manually.
  • Loading branch information
software-dov authored Oct 9, 2020
1 parent 9fdaec2 commit 7ff5963
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ jobs:
name: Install pandoc
command: |
apt-get update
apt-get install -y pandoc gcc
apt-get install -y pandoc gcc git
- run:
name: Install nox and codecov.
command: |
Expand All @@ -599,7 +599,7 @@ jobs:
name: Install pandoc
command: |
apt-get update
apt-get install -y pandoc gcc
apt-get install -y pandoc gcc git
- run:
name: Install nox and codecov.
command: |
Expand All @@ -621,7 +621,7 @@ jobs:
name: Install pandoc
command: |
apt-get update
apt-get install -y pandoc gcc
apt-get install -y pandoc gcc git
- run:
name: Install nox and codecov.
command: |
Expand Down

0 comments on commit 7ff5963

Please sign in to comment.