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