Skip to content
Snippets Groups Projects
Commit 10e287c9 authored by dboe's avatar dboe
Browse files

try installing lapack for distribution

parent 4d1b1c19
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +28,7 @@ before_script:
dist:
stage: build
script:
- apt-get install gfortran libopenblas-dev liblapack-dev
- python setup.py bdist_wheel
# an alternative approach is to install and run:
- pip install dist/*
......
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