aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
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: |