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

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed May 10, 2020
1 parent 385cced commit 09ca271
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .circleci/config.yml
Expand Up @@ -37,10 +37,10 @@ jobs:
sudo apt-get install -y graphviz
- run:
name: Install pyproj
name: Install pyproj (1)
command: |
# requires libstdc++6 >= 9
sudo apt-get install -y libproj-dev proj-bin proj-data libc6 libgeos-dev python-gdal gdal-bin
# sudo apt-get install -y libproj-dev proj-bin proj-data libc6 libgeos-dev python-gdal gdal-bin
export PYPROJMAJVER=15
export PYPROJVERSION=6.3.1-1
# export PYPROJMAJVER=19
Expand All @@ -50,6 +50,13 @@ jobs:
wget http://es.archive.ubuntu.com/ubuntu/pool/universe/p/proj/libproj-dev_${PYPROJVERSION}_amd64.deb
sudo dpkg -i libproj-dev_${PYPROJVERSION}_amd64.deb
- run:
name: Install pyproj (2)
command: |
python3 -m venv venv
. venv/bin/activate
sudo pip install git+https://github.com/pyproj4/pyproj.git
- run:
name: Install cartopy
command: |
Expand Down

0 comments on commit 09ca271

Please sign in to comment.