Browse Source

💚 update reference to python

tests
Pierre 6 years ago
parent
commit
c363a3da1c
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -23,7 +23,7 @@ jobs: # A basic unit of work in a run
steps: # steps that comprise the `build` job
- checkout # check out source code to working directory
- run: sudo chown -R circleci:circleci /usr/local/bin
- run: sudo chown -R circleci:circleci /usr/local/lib/python3.6/site-packages
- run: sudo chown -R circleci:circleci /usr/local/lib/python3.8/site-packages
- restore_cache:
# Read about caching dependencies: https://circleci.com/docs/2.0/caching/
key: deps9-{{ .Branch }}-{{ checksum "Pipfile.lock" }}

Loading…
Cancel
Save