Skip to content
Snippets Groups Projects
Commit f920d2a1 authored by Christoph Knote's avatar Christoph Knote
Browse files

Oder so?

parent 35fdda8e
Branches
Tags
1 merge request!16Introduce poetry packaging
image: python:latest image: python:latest
before_script: before_script:
- pip install poetry - curl -sSL https://install.python-poetry.org | python3 -
- pip install numpy - export PATH="$PATH:$HOME/.poetry/bin/"
- pip install coverage - source $HOME/.poetry/env
stages: stages:
- build_package - build_package
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment