Skip to content

Commit ab1a3c9

Browse files
Partial revert of commit c67db7fbf74d82e71682f62f6f5a8477df2cdc66
1 parent b54a763 commit ab1a3c9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,14 @@ jobs:
2525
with:
2626
node-version: '20'
2727

28+
- uses: actions/setup-python@v5
29+
with:
30+
python-version: '3.10'
31+
32+
- name: Install Python setup tools
33+
run: |
34+
pip install setuptools
35+
2836
- name: Install dependencies
2937
run: npm install
3038

0 commit comments

Comments
 (0)