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 3a22cf7 commit 06251de
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Expand Up @@ -44,9 +44,10 @@ jobs:
- run:
name: Install llvmlite
command: |
sudo apt-get install lsb-release wget software-properties-common
wget https://apt.llvm.org/llvm.sh
chmod +x llvm.sh
sudo ./llvm.sh 11
sudo ./llvm.sh 10
- run:
name: Install standard libraries
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -10,7 +10,7 @@ before_install:
- sudo apt-get install libgeos-dev libproj-dev proj-data graphviz libblas-dev liblapack-dev
- wget https://apt.llvm.org/llvm.sh
- chmod +x llvm.sh
- sudo ./llvm.sh 11
- sudo ./llvm.sh 10

install:
- pip install -r requirements.txt
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Expand Up @@ -10,9 +10,9 @@ init:

install:
- "%PYTHON%\\python -m pip install --upgrade pip"
- "%PYTHON%\\Scripts\\pip install pymyinstall"
- "%PYTHON%\\Scripts\\pip install pymyinstall numpy"
- "%PYTHON%\\Scripts\\pymy_install3 cartopy pyproj shapely llvmlite numba"
- "%PYTHON%\\Scripts\\pip install -r requirements.txt --ignore-installed llvmlite"
- "%PYTHON%\\Scripts\\pip install -r requirements.txt"

build: off

Expand Down

0 comments on commit 06251de

Please sign in to comment.