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 9, 2020
1 parent 5c36a03 commit ef7e835
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Expand Up @@ -40,10 +40,10 @@ jobs:
name: Install pyproj
command: |
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
# export PYPROJVERSION=6.3.1-1
export PYPROJMAJVER=19
export PYPROJVERSION=7.0.1-1
#export PYPROJVERSION=7.0.1-1
wget http://es.archive.ubuntu.com/ubuntu/pool/universe/p/proj/libproj${PYPROJMAJVER}_${PYPROJVERSION}_amd64.deb
sudo dpkg -i libproj${PYPROJMAJVER}_${PYPROJVERSION}_amd64.deb
wget http://es.archive.ubuntu.com/ubuntu/pool/universe/p/proj/libproj-dev_${PYPROJVERSION}_amd64.deb
Expand Down

0 comments on commit ef7e835

Please sign in to comment.