Skip to content

Commit ac82fc2

Browse files
committed
install git on linux builds
1 parent 65d14ab commit ac82fc2

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

.circleci/real_config.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2697,11 +2697,6 @@ jobs:
26972697
executor: << parameters.executor-name >>
26982698
steps:
26992699
- checkout
2700-
- run:
2701-
name: Install git
2702-
command: |
2703-
apt update
2704-
apt install -y git
27052700
- run:
27062701
name: Set VERSION environment variable
27072702
command: |
@@ -4034,12 +4029,20 @@ workflows:
40344029
<<: *do-not-run-on-manual-trigger
40354030
jobs:
40364031
- test-cli:
4032+
pre-steps:
4033+
- run:
4034+
name: Install git
4035+
command: |
4036+
apt update
4037+
apt install -y git
40374038
matrix:
40384039
parameters:
40394040
executor-name:
40404041
- "python-38"
40414042
- "python-39"
4042-
- "win/default"
4043+
- test-cli:
4044+
executor-name:
4045+
- "win/default"
40434046
test-unit:
40444047
<<: *do-not-run-on-manual-trigger
40454048
jobs:

0 commit comments

Comments
 (0)