Fix cache dir; no cache on the deploy and verify deploy steps

This commit is contained in:
Sumner Evans
2020-05-30 01:10:25 -06:00
parent 0d8c27504f
commit af8c5b35e4
3 changed files with 5 additions and 2 deletions

View File

@@ -3,4 +3,5 @@ export PYENV_ROOT="${HOME}/.pyenv"
export PATH="${PYENV_ROOT}/bin:$PATH"
eval "$(pyenv init -)"
export PIPENV_VENV_IN_PROJECT=1
pipenv install --dev