mirror of
https://github.com/grafana/grafana.git
synced 2025-08-03 02:02:12 +08:00
Add Python as dependency (#80979)
This commit is contained in:
@ -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": [],
|
||||
|
Reference in New Issue
Block a user