Skip to content
Snippets Groups Projects
Verified Commit 25a1486c authored by Georg Krause's avatar Georg Krause
Browse files

Install poetry using the installer

parent ba7fe862
No related branches found
No related tags found
No related merge requests found
Pipeline #22877 failed with stage
in 47 seconds
......@@ -13,7 +13,8 @@ tests:
alias: db
image: python:3.9-alpine3.15
before_script:
- apk add python3-dev build-base poetry
- apk add python3-dev build-base curl
- curl -sSL https://install.python-poetry.org | python3 -
- poetry install
script:
- poetry run pytest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment