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

Fix numpy dep

parent 3a605c44
Branches
Tags
1 merge request!16Introduce poetry packaging
...@@ -2,6 +2,7 @@ image: python:latest ...@@ -2,6 +2,7 @@ image: python:latest
before_script: before_script:
- pip install poetry - pip install poetry
- pip install numpy
- poetry install - poetry install
- source `poetry env info --path`/bin/activate - source `poetry env info --path`/bin/activate
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment