Skip to content

Commit a86313d

Browse files
committed
CI: Remove superfluous npm install step from the base job
1 parent bb820cb commit a86313d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.circleci/config.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,9 +172,6 @@ jobs:
172172
- checkout
173173
- install-dependencies:
174174
cache-id: solc-js
175-
- run:
176-
name: install-npm
177-
command: npm install
178175
- run:
179176
name: updateBinary
180177
command: npm run updateBinary

0 commit comments

Comments
 (0)