forked from 00dani/lemoncurry
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
|
- $PIP_CACHE_DIR
|
||||||
- $PIPENV_CACHE_DIR
|
- $PIPENV_CACHE_DIR
|
||||||
env:
|
env:
|
||||||
|
global:
|
||||||
- PIP_CACHE_DIR=$HOME/.cache/pip
|
- PIP_CACHE_DIR=$HOME/.cache/pip
|
||||||
- PIPENV_CACHE_DIR=$HOME/.cache/pipenv
|
- PIPENV_CACHE_DIR=$HOME/.cache/pipenv
|
||||||
python:
|
python:
|
||||||
|
|
Loading…
Reference in a new issue