Skip to content

Commit

Permalink
Fix package openblas name
Browse files Browse the repository at this point in the history
  • Loading branch information
grihabor committed Sep 18, 2018
1 parent 84f6fa1 commit 30e128f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ py35-wheel:
stage: dist
image: python:3.5
script:
- apt update && apt install g++ make cmake swig openblas-dev
- apt update && apt install g++ make cmake swig libopenblas-dev
- pip install --upgrade pip setuptools wheel
- cp CMakeLists.txt.faiss faiss/CMakeLists.txt
- python setup.py bdist_wheel
Expand All @@ -30,7 +30,7 @@ py36-wheel:
stage: dist
image: python:3.6
script:
- apt update && apt install g++ make cmake swig openblas-dev
- apt update && apt install g++ make cmake swig libopenblas-dev
- pip install --upgrade pip setuptools wheel
- cp CMakeLists.txt.faiss faiss/CMakeLists.txt
- python setup.py bdist_wheel
Expand All @@ -42,7 +42,7 @@ py37-wheel:
stage: dist
image: python:3.7
script:
- apt update && apt install g++ make cmake swig openblas-dev
- apt update && apt install g++ make cmake swig libopenblas-dev
- pip install --upgrade pip setuptools wheel
- cp CMakeLists.txt.faiss faiss/CMakeLists.txt
- python setup.py bdist_wheel
Expand Down

0 comments on commit 30e128f

Please sign in to comment.