From 40cdc5cb1f0762ecf7900a5ea857f1b745858aed Mon Sep 17 00:00:00 2001 From: Ladislau Szomoru <3372902+lszomoru@users.noreply.github.com> Date: Fri, 3 Nov 2023 11:44:29 +0100 Subject: [PATCH] Engineering - Add Python setuptools installation (#197341) --- build/azure-pipelines/darwin/product-build-darwin.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/build/azure-pipelines/darwin/product-build-darwin.yml b/build/azure-pipelines/darwin/product-build-darwin.yml index 64e5b60e7bc..6bd68712c9d 100644 --- a/build/azure-pipelines/darwin/product-build-darwin.yml +++ b/build/azure-pipelines/darwin/product-build-darwin.yml @@ -80,6 +80,7 @@ steps: set -e export npm_config_arch=$(VSCODE_ARCH) npm i -g node-gyp@9.4.0 + python3 -m pip install setuptools for i in {1..5}; do # try 5 times yarn --frozen-lockfile --check-files && break