diff options
author | F. Eugene Aumson <feuGeneA@users.noreply.github.com> | 2019-01-31 04:51:59 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-31 04:51:59 +0800 |
commit | 3d8caa4694bf90d7916a6c8dfbcc057bb95b5cce (patch) | |
tree | e4235814a0e63b2b1ad6ffeacb812dcfcb0f8f5a | |
parent | e29f130285fd688970d05549249f6e231c23541a (diff) | |
download | dexon-0x-contracts-3d8caa4694bf90d7916a6c8dfbcc057bb95b5cce.tar.gz dexon-0x-contracts-3d8caa4694bf90d7916a6c8dfbcc057bb95b5cce.tar.zst dexon-0x-contracts-3d8caa4694bf90d7916a6c8dfbcc057bb95b5cce.zip |
Fix hang in Python CI test runs (#1560)
-rw-r--r-- | .circleci/config.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index d0115c47b..af25def64 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -201,7 +201,7 @@ jobs: steps: - checkout - run: sudo chown -R circleci:circleci /usr/local/bin - - run: sudo chown -R circleci:circleci /usr/local/lib/python3.7/site-packages + - run: sudo chown -R circleci:circleci /usr/local/lib/python3.7 - restore_cache: key: deps9-{{ .Branch }}-{{ .Environment.CIRCLE_SHA1 }} - run: @@ -249,7 +249,7 @@ jobs: steps: - checkout - run: sudo chown -R circleci:circleci /usr/local/bin - - run: sudo chown -R circleci:circleci /usr/local/lib/python3.7/site-packages + - run: sudo chown -R circleci:circleci /usr/local/lib/python3.7 - restore_cache: key: deps9-{{ .Branch }}-{{ .Environment.CIRCLE_SHA1 }} - run: @@ -277,7 +277,7 @@ jobs: steps: - checkout - run: sudo chown -R circleci:circleci /usr/local/bin - - run: sudo chown -R circleci:circleci /usr/local/lib/python3.7/site-packages + - run: sudo chown -R circleci:circleci /usr/local/lib/python3.7 - restore_cache: key: deps9-{{ .Branch }}-{{ .Environment.CIRCLE_SHA1 }} - run: |