Skip to content

Commit 33684ef

Browse files
committed
Add setup-python step to update-bundle workflow
1 parent 862f566 commit 33684ef

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/update-bundle.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ jobs:
4040
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
4141
git config --global user.name "github-actions[bot]"
4242
43+
- name: Set up Python
44+
uses: actions/setup-python@v6
45+
with:
46+
python-version: '3.12'
47+
4348
- name: Set up Node.js
4449
uses: actions/setup-node@v6
4550
with:

0 commit comments

Comments
 (0)