Skip to content

Commit

Permalink
CI: add missing package to build llvmlite, needed by some deps
Browse files Browse the repository at this point in the history
  • Loading branch information
autra committed Jul 2, 2020
1 parent 1825bd4 commit 14b4f50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
stage: test
before_script:
- apt update
- apt install -y pdal
- apt install -y pdal llvm
script:
- pip install .
- pip install .[dev]
Expand Down
1 change: 1 addition & 0 deletions docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Install

Dependencies:
- PDAL > 1.7
- llvm for numba

From pypi
~~~~~~~~~~~~
Expand Down

0 comments on commit 14b4f50

Please sign in to comment.