|
|
@ -30,7 +30,7 @@ jobs: |
|
|
- run: sudo chown -R circleci:circleci /usr/local/lib/python3.8/site-packages |
|
|
- run: sudo chown -R circleci:circleci /usr/local/lib/python3.8/site-packages |
|
|
- restore_cache: |
|
|
- restore_cache: |
|
|
# Read about caching dependencies: https://circleci.com/docs/2.0/caching/ |
|
|
# Read about caching dependencies: https://circleci.com/docs/2.0/caching/ |
|
|
key: deps9-{{ .Branch }}-{{ checksum "Pipfile.lock" }} |
|
|
|
|
|
|
|
|
key: deps-{{ .Branch }}-{{ checksum "Pipfile.lock" }} |
|
|
- run: |
|
|
- run: |
|
|
command: | |
|
|
command: | |
|
|
export FLASK_APP=autoapp.py |
|
|
export FLASK_APP=autoapp.py |
|
|
|