From a7b17014f7f3193698c166789c99905fce4d456b Mon Sep 17 00:00:00 2001 From: Smit Patel Date: Thu, 23 Jul 2020 14:53:09 -0700 Subject: [PATCH] Remove Spatialite testing from Mac OS agents --- azure-pipelines.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ff4e1b27e57..920d1ed54fe 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -107,10 +107,6 @@ stages: pool: vmImage: macOS-10.14 steps: - # HACK: Use an older version to work around #16667 - - bash: brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/835ae521c065524abdf66578e68032fa24bce514/Formula/libspatialite.rb - displayName: Install SpatiaLite - continueOnError: true - ${{ if ne(variables['System.TeamProject'], 'public') }}: - task: Bash@3 displayName: Setup Private Feeds Credentials