ci: simplify test env

This commit is contained in:
Abel Luck 2023-11-06 09:14:14 +01:00
parent 1fcb035fce
commit a0ed56e22b

View file

@ -6,8 +6,7 @@ stages:
test:
stage: test
script:
- apt-get install -y make
- pip install poetry
- apt-get install -y make python3-poetry
- poetry install
- make check