Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Jan 1, 2021
1 parent 8521e74 commit 630a390
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,13 @@ jobs:
python3 -m venv venv
. venv/bin/activate
pip install -r requirements.txt
pip install category_encoders --no-deps
- run:
name: install dependencies (3)
command: |
python3 -m venv venv
. venv/bin/activate
pip install -r requirements_geo.txt
- save_cache:
paths:
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ install:
- pip install llvmlite==0.34.0
- pip install -r requirements_conda.txt
- pip install -r requirements.txt
- pip install -r requirements_geo.txt
- pip uninstall -y shapely
- pip install --no-binary shapely shapely
- export PYTHONPATH=src
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ install:
- "%PYTHON%\\Scripts\\pymy_install3 fiona cartopy pyproj gdal shapely"
- "%PYTHON%\\Scripts\\pip install -r requirements_conda.txt"
- "%PYTHON%\\Scripts\\pip install -r requirements.txt"
- "%PYTHON%\\Scripts\\pip install -r requirements_geo.txt"
- set PYTHONPATH=src
build: off

Expand Down

0 comments on commit 630a390

Please sign in to comment.