From 70ba84b52cf623f4c335c41ff1d9da5b8a15a2f6 Mon Sep 17 00:00:00 2001 From: azhan Date: Wed, 28 Aug 2024 13:00:57 -0700 Subject: [PATCH] SNOW-1643374 remove azure from CI during investigation --- .github/workflows/precommit.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/precommit.yml b/.github/workflows/precommit.yml index 20a2d5274a2..0d8ca77dac3 100644 --- a/.github/workflows/precommit.yml +++ b/.github/workflows/precommit.yml @@ -85,7 +85,7 @@ jobs: matrix: os: [macos-latest, windows-latest-64-cores, ubuntu-latest-64-cores] python-version: ["3.9", "3.10", "3.11"] - cloud-provider: [aws, azure, gcp] + cloud-provider: [aws, gcp] # TODO: SNOW-1643374 add azure back exclude: # only run macos with aws py3.9 for doctest - os: macos-latest @@ -309,7 +309,7 @@ jobs: matrix: os: [macos-latest, windows-latest-64-cores, ubuntu-latest-64-cores] python-version: [ "3.9", "3.10", "3.11" ] - cloud-provider: [aws, azure, gcp] + cloud-provider: [aws, gcp] # TODO: SNOW-1643374 add azure back exclude: # only run macos with aws py3.9 for doctest - os: macos-latest