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

ci: use Poetry #116

parent 6a9dfafb
No related branches found
No related tags found
No related merge requests found
Pipeline #2362 failed
......@@ -6,11 +6,10 @@ stages:
.install_requirements: &install_requirements
- apt-get -qq update
- make init.app.sys
- make init.dev.sys
- python3 -m venv python
- . python/bin/activate
- pip3 install -r requirements.txt
- apt-get -y install curl pip
- python3 -m pip install --upgrade pip
- pip install poetry
- poetry install --without dev --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)
......@@ -31,9 +30,7 @@ run_test_cases:
check_style:
stage: test
before_script:
- apt-get --quiet update
- apt-get --quiet --yes install codespell make
- pip3 install flake8
- *install_requirements
script:
- make lint
- make spell
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment