Skip to content

Commit 8f90051

Browse files
committed
Here we go...
1 parent 2ccbb20 commit 8f90051

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- checkout
2727
- run: sudo chown -R circleci:circleci /usr/local/bin
2828

29-
- run: sudo chown -R circleci:circleci /usr/local/lib/python3.6/site-packages
29+
- run: sudo chown -R circleci:circleci /usr/local/lib/python3.7/site-packages
3030

3131
- restore_cache: # ensure this step occurs *before* installing dependencies
3232
key: deps9-{{ .Branch }}-{{ checksum "Pipfile.lock" }}

0 commit comments

Comments
 (0)