From 88dcda5a3310e2bfa1faa9eb75668375216d25d5 Mon Sep 17 00:00:00 2001 From: Adam Ling Date: Wed, 28 Aug 2024 13:39:02 -0700 Subject: [PATCH 1/2] add back azure --- .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 0d8ca77dac3..37357abddcc 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, gcp] # TODO: SNOW-1643374 add azure back + cloud-provider: [aws, gcp, azure] # 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, gcp] # TODO: SNOW-1643374 add azure back + cloud-provider: [aws, gcp, azure] # TODO: SNOW-1643374 add azure back exclude: # only run macos with aws py3.9 for doctest - os: macos-latest From 617549e190754125bb673b8473ef576bc871c458 Mon Sep 17 00:00:00 2001 From: Adam Ling Date: Wed, 28 Aug 2024 16:04:15 -0700 Subject: [PATCH 2/2] Update precommit.yml --- .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 37357abddcc..bccf89cd13e 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, gcp, azure] # TODO: SNOW-1643374 add azure back + cloud-provider: [aws, gcp, azure] 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, gcp, azure] # TODO: SNOW-1643374 add azure back + cloud-provider: [aws, gcp, azure] exclude: # only run macos with aws py3.9 for doctest - os: macos-latest