From 210840444d0eea3284bf973d13f1ad4b3b1db8fb Mon Sep 17 00:00:00 2001 From: "F. Eugene Aumson" Date: Fri, 14 Dec 2018 12:19:46 -0800 Subject: HACK: cp files because CircleCI isn't --- .circleci/config.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.circleci/config.yml') diff --git a/.circleci/config.yml b/.circleci/config.yml index 343199f67..7ee4921da 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -205,6 +205,11 @@ jobs: cd python-packages/json_schemas python -m ensurepip python -m pip install .[dev] + # HACK! installing the package should do the following + # copy for us, but it's not working in CircleCI for some + # reason. Support ticket raised (#43979). + mkdir /usr/local/lib/python3.7/site-packages/zero_ex/json_schemas/schemas + cp -R src/zero_ex/json_schemas/schemas/* /usr/local/lib/python3.7/site-packages/zero_ex/json_schemas/schemas - run: command: | cd python-packages/order_utils -- cgit v1.2.3