Skip to content

Commit 4b3368a

Browse files
Update build.yml
1 parent ccb14e3 commit 4b3368a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ jobs:
2626
with:
2727
node-version: '16'
2828

29+
- name: Install Python
30+
uses: actions/setup-python@v2
31+
with:
32+
python-version: '3.x'
33+
34+
2935
- name: Cache Yarn
3036
id: yarn-cache
3137
uses: actions/cache@v3

0 commit comments

Comments
 (0)