Skip to content

Commit 07654a1

Browse files
committed
Fix installation on CI
1 parent ef124b8 commit 07654a1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v2
14+
# Workaround for https://github.com/nodejs/node-gyp/issues/2219#issuecomment-1359162118
15+
- uses: actions/setup-python@v5
16+
with:
17+
python-version: "3.10"
1418
- name: Install Node
1519
uses: actions/setup-node@v2
1620
with:

0 commit comments

Comments
 (0)