Skip to content

Commit b057c57

Browse files
committed
tmp
1 parent ef124b8 commit b057c57

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,18 @@ on:
33
pull_request:
44
push:
55
branches:
6-
- main
6+
- jk-ci
77
schedule:
88
- cron: "0 0 * * *"
99
jobs:
1010
main:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v2
14+
# TODO: 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)