Skip to content
Snippets Groups Projects
Commit 07443f09 authored by David Trattnig's avatar David Trattnig
Browse files

fix(poetry): install dev deps #116

parent b81d3128
No related branches found
No related tags found
No related merge requests found
Pipeline #2363 passed
......@@ -9,7 +9,7 @@ stages:
- apt-get -y install curl pip
- python3 -m pip install --upgrade pip
- pip install poetry
- poetry install --without dev --no-interaction --extras "pgsql"
- poetry install --no-interaction --extras "pgsql"
.release-rules: &release-rules
# rule to run job on a tag-reference which has the form number.number.number (semantic versioning)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment