From 930f9f8dd714e582d3fc9da30f8b1b44fc15feab Mon Sep 17 00:00:00 2001 From: Sylvain LE GAL Date: Mon, 28 Mar 2022 21:35:19 +0200 Subject: [PATCH] fixup! fixup! fixup! fixup! fixup! [TRY] fix CI --- .gitlab-ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 065af14..043fd6d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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