Explicitly mark the environment variables as global
This commit is contained in:
parent
a35a1283da
commit
4aba1034e7
1 changed files with 3 additions and 2 deletions
|
@ -4,6 +4,7 @@ cache:
|
|||
- $PIP_CACHE_DIR
|
||||
- $PIPENV_CACHE_DIR
|
||||
env:
|
||||
global:
|
||||
- PIP_CACHE_DIR=$HOME/.cache/pip
|
||||
- PIPENV_CACHE_DIR=$HOME/.cache/pipenv
|
||||
python:
|
||||
|
|
Loading…
Reference in a new issue