From 8f00f2d896c4372dab82b518ae5332004f3ea36c Mon Sep 17 00:00:00 2001 From: Alexandre Girard Date: Wed, 9 Nov 2022 13:45:54 -0800 Subject: [PATCH] install python on build branch (#19254) --- .github/actions/build-branch/action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/actions/build-branch/action.yml b/.github/actions/build-branch/action.yml index 740595ef8f46..b6b01c66817c 100644 --- a/.github/actions/build-branch/action.yml +++ b/.github/actions/build-branch/action.yml @@ -28,6 +28,10 @@ runs: with: node-version: "lts/gallium" + - uses: actions/setup-python@v2 + with: + python-version: "3.9" + - name: Set up CI Gradle Properties run: | mkdir -p ~/.gradle/