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 Jan 2, 2019
1 parent d65b015 commit f84e1a8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,13 @@ jobs:
wget http://es.archive.ubuntu.com/ubuntu/pool/universe/p/proj/libproj-dev_4.9.2-2_amd64.deb
sudo dpkg -i libproj-dev_4.9.2-2_amd64.deb
- run:
name: install cython
command: |
python3 -m venv venv
. venv/bin/activate
pip install cython
- run:
name: install dependencies (1) - requirements_conda
command: |
Expand Down

0 comments on commit f84e1a8

Please sign in to comment.