|
|
@ -29,6 +29,7 @@ jobs: # A basic unit of work in a run |
|
|
key: deps9-{{ .Branch }}-{{ checksum "Pipfile.lock" }} |
|
|
key: deps9-{{ .Branch }}-{{ checksum "Pipfile.lock" }} |
|
|
- run: |
|
|
- run: |
|
|
command: | |
|
|
command: | |
|
|
|
|
|
export FLASK_APP=$(pwd)/autoapp.py |
|
|
sudo pip install pipenv |
|
|
sudo pip install pipenv |
|
|
pipenv install |
|
|
pipenv install |
|
|
- save_cache: # cache Python dependencies using checksum of Pipfile as the cache-key |
|
|
- save_cache: # cache Python dependencies using checksum of Pipfile as the cache-key |
|
|
|