Skip to content

Commit

Permalink
make AzP/Windows use GDAL 3 (#2918)
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Feb 7, 2020
1 parent c09f2b1 commit 48d8db4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/azp/win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
ECHO ON
call activate pdal
call conda config --set always_yes True --set show_channel_urls True
call conda install --yes --quiet --name pdal -c conda-forge geotiff laszip nitro curl gdal cmake eigen ninja libgdal zstd numpy xz libxml2 laz-perf qhull sqlite hdf5 tiledb conda-build ninja -y
call conda install --yes --quiet --name pdal -c conda-forge conda-build ninja -y
call conda install -c conda-forge pdal --only-deps -y
displayName: Install PDAL dependencies
- script: |
ECHO ON
Expand Down

0 comments on commit 48d8db4

Please sign in to comment.