aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorHoward Butler <howard@hobu.co>2020-03-02 14:53:31 -0600
committerHoward Butler <howard@hobu.co>2020-03-02 14:53:31 -0600
commit3f17ef53cfebc7112854fe9353d057353b7c4fcb (patch)
tree9ee59d7f8d3fab867cf8914906c0e1727a4a8cc9 /scripts
parent4f45cae9fcd90a671528249dce97845206999e73 (diff)
downloadPROJ-3f17ef53cfebc7112854fe9353d057353b7c4fcb.tar.gz
PROJ-3f17ef53cfebc7112854fe9353d057353b7c4fcb.zip
libtiff is not a declared dependency of PROJ7 in conda-forge
Diffstat (limited to 'scripts')
-rw-r--r--scripts/azp/win.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/azp/win.yml b/scripts/azp/win.yml
index f82d232f..f9d9ed12 100644
--- a/scripts/azp/win.yml
+++ b/scripts/azp/win.yml
@@ -17,7 +17,7 @@ jobs:
ECHO ON
call activate proj
call conda config --set always_yes True --set show_channel_urls True
- call conda install --yes --quiet --name proj -c conda-forge conda-build ninja -y
+ call conda install --yes --quiet --name proj -c conda-forge conda-build libtiff ninja -y
call conda install -c conda-forge proj --only-deps -y
displayName: Install PROJ dependencies
- script: |