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

Commit 741fce3

Browse files
committed
Install git for showcase test case
1 parent 77329e9 commit 741fce3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ jobs:
214214
name: Install system dependencies.
215215
command: |
216216
apt-get update
217-
apt-get install -y curl pandoc unzip
217+
apt-get install -y curl pandoc unzip git
218218
- run:
219219
name: Install nox.
220220
command: pip install nox

0 commit comments

Comments
 (0)