Skip to content

Commit

Permalink
need conda-build for compilers
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Feb 12, 2020
1 parent 14efcc7 commit c427f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/azp/linux-old-gdal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
conda config --set always_yes True --set show_channel_urls True
conda config --add channels conda-forge
conda config --set channel_priority strict
conda install --yes --quiet --name pdal -c conda-forge gdal=2.4.4=py38h5f563d9_0 python=3.7 ninja
conda install --yes --quiet --name pdal -c conda-forge gdal=2.4.4=py38h5f563d9_0 python=3.7 ninja conda-build
conda install --yes --quiet --name pdal -c conda-forge pdal --only-deps -y
displayName: Install PDAL dependencies
- script: |
Expand Down

0 comments on commit c427f1b

Please sign in to comment.