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 3a4be1e commit a5972a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -44,7 +44,7 @@ jobs:
- run:
name: Install llvmlite
command: |
sudo apt-get install -y python-llvmlite
sudo apt-get install -y llvm-10-dev
- run:
name: Install standard libraries
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -8,7 +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
- sudo apt-get install llvm-10-dev

install:
- pip install -r requirements.txt
Expand Down

0 comments on commit a5972a6

Please sign in to comment.