diff options
| author | Howard Butler <howard@hobu.co> | 2020-03-02 14:53:31 -0600 |
|---|---|---|
| committer | Howard Butler <howard@hobu.co> | 2020-03-02 14:53:31 -0600 |
| commit | 3f17ef53cfebc7112854fe9353d057353b7c4fcb (patch) | |
| tree | 9ee59d7f8d3fab867cf8914906c0e1727a4a8cc9 /scripts | |
| parent | 4f45cae9fcd90a671528249dce97845206999e73 (diff) | |
| download | PROJ-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.yml | 2 |
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: | |
