From 10e287c933a51cbca03f19cff43ab17f838ffb05 Mon Sep 17 00:00:00 2001 From: dboe <dboe@ipp.mpg.de> Date: Sun, 11 Oct 2020 17:41:33 +0200 Subject: [PATCH] try installing lapack for distribution --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1683feb..f2cbce1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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/* -- GitLab