Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit 7ff5963

Browse files
authored
ci: unit-test tasks install git (#646)
The python:3.*-slim images have stopped including git, so it must be added manually.
1 parent 9fdaec2 commit 7ff5963

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ jobs:
577577
name: Install pandoc
578578
command: |
579579
apt-get update
580-
apt-get install -y pandoc gcc
580+
apt-get install -y pandoc gcc git
581581
- run:
582582
name: Install nox and codecov.
583583
command: |
@@ -599,7 +599,7 @@ jobs:
599599
name: Install pandoc
600600
command: |
601601
apt-get update
602-
apt-get install -y pandoc gcc
602+
apt-get install -y pandoc gcc git
603603
- run:
604604
name: Install nox and codecov.
605605
command: |
@@ -621,7 +621,7 @@ jobs:
621621
name: Install pandoc
622622
command: |
623623
apt-get update
624-
apt-get install -y pandoc gcc
624+
apt-get install -y pandoc gcc git
625625
- run:
626626
name: Install nox and codecov.
627627
command: |

0 commit comments

Comments
 (0)