From 10df84dc5dd6207712db635bc9423e4e2dee9e97 Mon Sep 17 00:00:00 2001 From: Victoria Litvinova <73560279+vilit1@users.noreply.github.com> Date: Thu, 5 Sep 2024 13:29:02 -0700 Subject: [PATCH] chore: record version pipeline update (#716) --------- Co-authored-by: Ryan --- .azure-devops/templates/install-and-record-version.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.azure-devops/templates/install-and-record-version.yml b/.azure-devops/templates/install-and-record-version.yml index 7c26af21b..e36519174 100644 --- a/.azure-devops/templates/install-and-record-version.yml +++ b/.azure-devops/templates/install-and-record-version.yml @@ -1,8 +1,4 @@ steps: -- script: 'pip install .' - displayName: 'Install the whl locally' - workingDirectory: '.' - - task: PythonScript@0 displayName : 'setupVersion' name: 'setupVersion'