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

Oder so?

parent 37bfefe4
No related branches found
No related tags found
1 merge request!16Introduce poetry packaging
......@@ -4,8 +4,6 @@ before_script:
- pip install poetry
- pip install numpy
- pip install coverage
- poetry install
- source `poetry env info --path`/bin/activate
stages:
- build_package
......@@ -20,7 +18,8 @@ build_package:
test:
stage: testing
needs: [build_package]
script:
script:
- poetry install
- source `poetry env info --path`/bin/activate
- make
......
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