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 May 10, 2020
1 parent 12cad68 commit 63c200e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Expand Up @@ -37,7 +37,7 @@ jobs:
sudo apt-get install -y graphviz
- run:
name: Install pyproj (1)
name: Install libproj
command: |
# requires libstdc++6 >= 9
sudo apt-get install -y libgeos-dev libproj-dev proj-data graphviz
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
python3 -m venv venv
. venv/bin/activate
pip3 install pyproj
pip3 install shapely
pip3 install --no-binary shapely shapely
pip3 install cartopy
- run:
Expand Down
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -9,6 +9,8 @@ before_install:
install:
#- pip install git+https://github.com/SciTools/cartopy.git
- pip install -r requirements.txt
- pip uninstall -y shapely
- pip install --no-binary shapely shapely
- pip freeze
- apt list --installed
script:
Expand Down

0 comments on commit 63c200e

Please sign in to comment.