test(interop): explicitly install http client
Steven Allen committed
Dec 5, 2019 at 14:09 UTC
eb2ed1c121a92ff379db5b220038d42fdd8f6c5e
1 file changed
+1
-1
.circleci/config.yml
+1
-1
@@ -170,7 +170,7 @@ jobs:
170
- run:
171
name: Installing js-ipfs
172
command: |
173
- npm install ipfs
173
+ npm install ipfs ipfs-http-client
174
working_directory: ~/ipfs/go-ipfs/interop
175
- run:
176
name: Installing reporting tools