Skip to content

Commit 3465894

Browse files
committed
chore: more more more work in progress on release-ui automation
Signed-off-by: Nick Mitchell <[email protected]>
1 parent 4d7ec07 commit 3465894

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release-ui.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ jobs:
3232
steps:
3333
- uses: actions/checkout@v4
3434

35+
- name: Set up Python 3.12
36+
uses: actions/setup-python@v5
37+
with:
38+
python-version: 3.12
39+
3540
- name: setup node
3641
uses: actions/setup-node@v4
3742
with:

0 commit comments

Comments
 (0)