fmartingr
/
jeeves
Archived
1
0
Fork 0

Updated gitlab-ci cache path

This commit is contained in:
Felipe Martin 2019-10-03 19:05:01 +02:00
parent 318e29558f
commit 51d9296206
Signed by: fmartingr
GPG Key ID: 716BC147715E716F
1 changed files with 2 additions and 3 deletions

View File

@ -12,11 +12,10 @@ variables:
# them in a virtualenv and cache it as well.
cache:
paths:
- .cache/pip
- venv/
- .cache/pypoetry
before_script:
- python -V
- python -V
- pip install poetry
- poetry install