| @@ -1,9 +1,8 @@ | |||||
| image: python:latest | image: python:latest | ||||
| before_script: | before_script: | ||||
| - pip install poetry | - pip install poetry | ||||
| - poetry config virtualenvs.in-project = true | |||||
| pages: | pages: | ||||
| @@ -15,5 +14,8 @@ pages: | |||||
| artifacts: | artifacts: | ||||
| paths: | paths: | ||||
| - public | - public | ||||
| cache: | |||||
| paths: | |||||
| - cours/.venv | |||||
| only: | only: | ||||
| - master | - master | ||||