fixup! fixup! fixup! fixup! fixup! [TRY] fix CI

This commit is contained in:
Sylvain LE GAL 2022-03-28 21:35:19 +02:00
parent e8a7e7fdc8
commit 930f9f8dd7

View File

@ -15,9 +15,16 @@ stages:
install_tools:
stage: prepare
script:
# Install python3.6, because it is required to
# run virtualenv of odoo 14.0
- apt-get install python3.6
# Intall pipx to install black
# otherwise, it fails.
# TODO, check with Coop It Easy
- pip install --user pipx
- python -m pipx ensurepath
- source ~/.profile
# Classic CI
- python -m venv .venv
- source .venv/bin/activate
- pip install poetry