summaryrefslogtreecommitdiff
path: root/.azure-pipelines
diff options
context:
space:
mode:
authorPradyun Gedam <pradyunsg@users.noreply.github.com>2020-10-27 01:33:03 +0530
committerPradyun Gedam <pradyunsg@users.noreply.github.com>2020-10-27 01:33:03 +0530
commit3ccf8614fa76c6a7699c7304b663660e835a6b39 (patch)
tree80ffa785f09015f424c346b52561fce8c0af2003 /.azure-pipelines
parentbb38dd568ba4895795f97132d8981b2252dbab76 (diff)
downloadpip-3ccf8614fa76c6a7699c7304b663660e835a6b39.tar.gz
Drop MacOS test runs for Azure Pipelines
Diffstat (limited to '.azure-pipelines')
-rw-r--r--.azure-pipelines/macos.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.azure-pipelines/macos.yml b/.azure-pipelines/macos.yml
index 9ad9edae8..537ac3efd 100644
--- a/.azure-pipelines/macos.yml
+++ b/.azure-pipelines/macos.yml
@@ -2,10 +2,6 @@ variables:
CI: true
jobs:
-- template: jobs/test.yml
- parameters:
- vmImage: macos-10.14
-
- template: jobs/package.yml
parameters:
vmImage: macos-10.14