Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Jan 2, 2021
1 parent 3b28a3a commit 3a4be1e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Expand Up @@ -41,6 +41,11 @@ jobs:
command: |
sudo apt-get install -y libgeos-dev libproj-dev proj-data graphviz
- run:
name: Install llvmlite
command: |
sudo apt-get install -y python-llvmlite
- run:
name: Install standard libraries
command: |
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -8,6 +8,7 @@ python:

before_install:
- sudo apt-get install libgeos-dev libproj-dev proj-data graphviz libblas-dev liblapack-dev
- sudo apt-get install python-llvmlite

install:
- pip install -r requirements.txt
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Expand Up @@ -11,8 +11,8 @@ init:
install:
- "%PYTHON%\\python -m pip install --upgrade pip"
- "%PYTHON%\\Scripts\\pip install pymyinstall"
- "%PYTHON%\\Scripts\\pymy_install3 cartopy pyproj shapely"
- "%PYTHON%\\Scripts\\pip install -r requirements.txt"
- "%PYTHON%\\Scripts\\pymy_install3 cartopy pyproj shapely llvmlite numba"
- "%PYTHON%\\Scripts\\pip install -r requirements.txt --ignore-installed llvmlite"

build: off

Expand Down

0 comments on commit 3a4be1e

Please sign in to comment.