Skip to content

Commit

Permalink
manual install of pdal deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Jun 14, 2019
1 parent 2a4736d commit 859f543
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/azp/win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ jobs:
ECHO ON
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 gdal
call conda install --yes --quiet --name pdal -c conda-forge pdal --only-deps
call conda install --yes --quiet --name pdal -c conda-forge geotiff laszip nitro curl gdal pcl cmake eigen ninja libgdal zstd numpy xz libxml2 laz-perf qhull sqlite hdf5 tiledb conda-build ninja -y
displayName: Install PDAL dependencies
- script: |
call activate pdal
Expand Down

0 comments on commit 859f543

Please sign in to comment.