[ADD] poetry info in CI pytest

This commit is contained in:
Rémy Taymans 2024-09-30 16:09:16 +02:00
parent 0cd4b2d67e
commit 6e5e7206e5

View File

@ -68,6 +68,7 @@ pytest:
before_script:
- apk add git
- pip install poetry
- poetry --version
- export PATH="$HOME/.local/bin:$PATH"
- poetry install --all-extras
script: