@cryptotaxi247 / kubo / commits / 24ac8a734

test(interop): explicitly install http client

Steven Allen committed Dec 5, 2019 at 14:09 UTC 24ac8a7345b417dd47d8be08064addb72851b9af
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