Engineering - Add Python setuptools installation (#197341)

This commit is contained in:
Ladislau Szomoru 2023-11-03 11:44:29 +01:00 committed by GitHub
parent da7ceee28a
commit 40cdc5cb1f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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