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

Oder so?

parent 65353214
No related branches found
No related tags found
1 merge request!16Introduce poetry packaging
image: python:latest
before_script:
- pip install poetry
- pip install numpy
- pip install coverage
- curl -sSL https://install.python-poetry.org | python3 -
- export PATH="$PATH:$HOME/.poetry/bin/"
- source $HOME/.poetry/env
stages:
- build_package
......
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