Skip to content

Commit ee2461a

Browse files
authored
Fix prepare-release for Theia (#1626)
1 parent efcfafa commit ee2461a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/prepare-release.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ on:
6565

6666
jobs:
6767
release:
68-
runs-on: ubuntu-latest
68+
runs-on: ubuntu-22.04
6969
steps:
7070
- name: Checkout release helper repo (@eclipse-glsp/glsp)
7171
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
@@ -86,6 +86,12 @@ jobs:
8686
with:
8787
node-version: 20
8888

89+
- name: Set up Python
90+
if: inputs.release_repo == 'glsp-theia-integration'
91+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
92+
with:
93+
python-version: '3.11'
94+
8995
- name: Install Yarn
9096
run: npm install -g yarn
9197

0 commit comments

Comments
 (0)