Skip to content

Commit

Permalink
update gdal to get conda-forge2
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Jun 14, 2019
1 parent c598067 commit 2a4736d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/azp/win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@ jobs:
call activate pdal
call conda config --set always_yes True --set show_channel_urls True
call conda config --add channels conda-forge
call conda install --yes --quiet --name pdal -c conda-forge ninja
call conda install --yes --quiet --name pdal -c conda-forge ninja gdal
call conda install --yes --quiet --name pdal -c conda-forge pdal --only-deps
call conda upgrade gdal --yes
displayName: Install PDAL dependencies
- script: |
call activate pdal
Expand Down

0 comments on commit 2a4736d

Please sign in to comment.