Skip to content

Commit

Permalink
force conda forge installs of python/libspatialindex (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu authored Feb 11, 2020
1 parent cd73cb9 commit 36b7b67
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ci/azp/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- bash: |
source activate rtree
conda install --yes --quiet --name rtree python=$PYTHON_VERSION libspatialindex=$SIDX_VERSION
conda install --yes --quiet --name rtree -c conda-forge python=$PYTHON_VERSION libspatialindex=$SIDX_VERSION
displayName: Install Anaconda packages
- bash: |
Expand Down
2 changes: 1 addition & 1 deletion ci/azp/osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- bash: |
source activate rtree
conda install --yes --quiet --name rtree python=$PYTHON_VERSION libspatialindex=$SIDX_VERSION
conda install --yes --quiet --name rtree -c conda-forge python=$PYTHON_VERSION libspatialindex=$SIDX_VERSION
displayName: Install Anaconda packages
- bash: |
Expand Down
2 changes: 1 addition & 1 deletion ci/azp/win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- script: |
call activate rtree
conda install --yes --quiet --name rtree python=%PYTHON_VERSION% libspatialindex=%SIDX_VERSION%
conda install --yes --quiet --name rtree -c conda-forge python=%PYTHON_VERSION% libspatialindex=%SIDX_VERSION%
displayName: Install Anaconda packages
- script: |
Expand Down

0 comments on commit 36b7b67

Please sign in to comment.