Skip to content
Snippets Groups Projects
Commit dbd3aadb authored by Sivert Kronen Hatteberg's avatar Sivert Kronen Hatteberg
Browse files

Install poetry in build step

parent af5610da
No related branches found
No related tags found
1 merge request!164Add building to the pipeline
Pipeline #100762 failed
......@@ -46,6 +46,7 @@ backend build:
image: python:3.9-buster
stage: build
script:
- pip install poetry
- poetry build
frontend test:
......
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