Dimitri Merejkowsky
4 anos atrás
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados
ID da chave GPG: 6BF3C7EA7C2D64EC
1 arquivos alterados com
4 adições e
0 exclusões
-
.gitlab-ci.yml
|
|
@@ -1,5 +1,8 @@ |
|
|
|
image: python:latest |
|
|
|
|
|
|
|
variables: |
|
|
|
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip" |
|
|
|
|
|
|
|
before_script: |
|
|
|
- pip install poetry |
|
|
|
- poetry config virtualenvs.in-project true |
|
|
@@ -17,5 +20,6 @@ pages: |
|
|
|
cache: |
|
|
|
paths: |
|
|
|
- cours/.venv |
|
|
|
- .cache/pip |
|
|
|
only: |
|
|
|
- master |