Skip to content

Commit 880092b

Browse files
committed
Setup Python and install script dependencies
1 parent 72ec587 commit 880092b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/finalize-release.yml

+8
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,14 @@ jobs:
3535
uses: actions/checkout@v4
3636
with:
3737
ref: ${{ env.REF }}
38+
39+
- name: Install Python
40+
uses: actions/setup-python@v4
41+
with:
42+
python-version: "3.9"
43+
44+
- name: Install dependencies
45+
run: pip install -r scripts/release/requirements.txt
3846

3947
- name: Configure git
4048
run: |

0 commit comments

Comments
 (0)