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 dc70d44 commit 21ac057
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .circleci/config.yml
Expand Up @@ -66,6 +66,14 @@ jobs:
pip3 install --no-binary shapely shapely
pip3 install cartopy
- run:
name: Install numba, llvmlite
command: |
python3 -m venv venv
. venv/bin/activate
export LLVM_CONFIG=/usr/local/opt/llvm/bin/llvm-config
pip3 install llvmlite numba
- run:
name: install dependencies
command: |
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -11,6 +11,7 @@ before_install:
- wget https://apt.llvm.org/llvm.sh
- chmod +x llvm.sh
- sudo ./llvm.sh 10
- export LLVM_CONFIG=/usr/local/opt/llvm/bin/llvm-config

install:
- pip install -r requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -15,7 +15,7 @@ install:
# for numba
- "%PYTHON%\\Scripts\\pip install importlib_metadata"
- "%PYTHON%\\Scripts\\pymy_install3 cartopy pyproj shapely llvmlite numba"
- "%PYTHON%\\Scripts\\pip install -r requirements.txt"
- "%PYTHON%\\Scripts\\pip install -r requirements.txt --no-deps"

build: off

Expand Down

0 comments on commit 21ac057

Please sign in to comment.