Add Python as dependency (#80979)

This commit is contained in:
Fabrizio
2024-01-31 12:44:22 +01:00
committed by GitHub
parent f20053e4b6
commit 564a1d32b7
2 changed files with 13 additions and 1 deletions

View File

@ -35,6 +35,7 @@ def yarn_install_step():
"name": "yarn-install",
"image": images["node"],
"commands": [
"apt-get update -yq && apt-get install python -y",
"yarn install --immutable",
],
"depends_on": [],