From f8a5ae4eb1fbf389aa0a804c501c7dfc5aa0c78a Mon Sep 17 00:00:00 2001 From: swathipil Date: Thu, 14 Mar 2024 15:06:49 -0700 Subject: [PATCH] see if sb fix works --- .azure-pipelines/test-eh-sb-sdk.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.azure-pipelines/test-eh-sb-sdk.yml b/.azure-pipelines/test-eh-sb-sdk.yml index f023739d..9a8557f1 100644 --- a/.azure-pipelines/test-eh-sb-sdk.yml +++ b/.azure-pipelines/test-eh-sb-sdk.yml @@ -25,8 +25,6 @@ steps: echo "SDKPath: $(SdkPath)" echo "Tests: $(TestResultsPath)" git clone https://github.com/Azure/azure-sdk-for-python.git - cd azure-sdk-for-python - git checkout 65337c2692b6306e0ace91ed5cf7fed8c6839241 displayName: 'Clone azure-sdk-for-python' - pwsh: | eng/common/scripts/Import-AzModules.ps1