diff --git a/build/azure-devdiv-pipeline.pre-release.yml b/build/azure-devdiv-pipeline.pre-release.yml index a03b7ac..0d14a71 100644 --- a/build/azure-devdiv-pipeline.pre-release.yml +++ b/build/azure-devdiv-pipeline.pre-release.yml @@ -89,9 +89,6 @@ extends: - script: npm ci displayName: Install NPM dependencies - - script: python -m pip install -U pip - displayName: Upgrade pip - - script: python -m pip install wheel displayName: Install wheel diff --git a/build/azure-devdiv-pipeline.stable.yml b/build/azure-devdiv-pipeline.stable.yml index 59258d1..ff51754 100644 --- a/build/azure-devdiv-pipeline.stable.yml +++ b/build/azure-devdiv-pipeline.stable.yml @@ -74,9 +74,6 @@ extends: - script: npm ci displayName: Install NPM dependencies - - script: python -m pip install -U pip - displayName: Upgrade pip - - script: python -m pip install wheel displayName: Install wheel