We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ccbb20 commit 8f90051Copy full SHA for 8f90051
1 file changed
.circleci/config.yml
@@ -26,7 +26,7 @@ jobs:
26
- checkout
27
- run: sudo chown -R circleci:circleci /usr/local/bin
28
29
- - run: sudo chown -R circleci:circleci /usr/local/lib/python3.6/site-packages
+ - run: sudo chown -R circleci:circleci /usr/local/lib/python3.7/site-packages
30
31
- restore_cache: # ensure this step occurs *before* installing dependencies
32
key: deps9-{{ .Branch }}-{{ checksum "Pipfile.lock" }}
0 commit comments