Skip to content

Commit cc9515d

Browse files
committed
chore: Fix cpplint failing to install
1 parent 3485b5f commit cc9515d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,7 @@ jobs:
141141
- run: *apt_install
142142
- run:
143143
apt-get install -y --no-install-recommends
144-
ca-certificates
145-
python3-pip
144+
cpplint
146145
- checkout
147146
- run: git submodule update --init --recursive
148-
- run: pip install cpplint
149147
- run: other/analysis/run-cpplint

0 commit comments

Comments
 (0)