Skip to content
Snippets Groups Projects
Commit 1537c9df authored by Lene Wasskog's avatar Lene Wasskog
Browse files

chore: Install packages build and twine in before_script

parent 8d0550eb
No related branches found
No related tags found
1 merge request!1Feature/mad 91 gitlab pipeline
Pipeline #695 failed
...@@ -11,6 +11,7 @@ before_script: ...@@ -11,6 +11,7 @@ before_script:
- python -m venv venv - python -m venv venv
- . venv/bin/activate - . venv/bin/activate
- pip install -e . - pip install -e .
- pip install build twine
build: build:
stage: build stage: build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment