Skip to content

Commit

Permalink
install python on build branch (#19254)
Browse files Browse the repository at this point in the history
  • Loading branch information
girarda committed Nov 9, 2022
1 parent 0e036db commit 8f00f2d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/build-branch/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 8f00f2d

Please sign in to comment.