Merge pull request #1738 from 0xProject/fix/test-python-ci-failure-launch-kit-needs-pinning

Pin Launch Kit version in test-python CI task
This commit is contained in:
Alex Browne
2019-03-26 16:26:07 -07:00
committed by GitHub

View File

@@ -200,7 +200,7 @@ jobs:
docker:
- image: circleci/python
- image: 0xorg/ganache-cli:2.2.2
- image: 0xorg/launch-kit-ci
- image: 0xorg/launch-kit-ci:0.0.1
command: |
yarn start:ts -p 3000:3000
steps: