fixup! [TRY] fix CI

This commit is contained in:
Sylvain LE GAL 2022-03-28 21:12:54 +02:00
parent 6c3c555286
commit dd08967f5e

View File

@ -15,6 +15,7 @@ stages:
install_tools:
stage: prepare
script:
- pip install --user pipx
- python -m venv .venv
- source .venv/bin/activate
- pip install poetry
@ -27,6 +28,7 @@ black:
stage: linting
script:
# - source .venv/bin/activate
- pip install --user pipx
- pipx install black
- black --version
- black --check .