Skip to content

Commit c285d05

Browse files
committed
Fixed python 3.11
1 parent e894eff commit c285d05

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/chdb-node-test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ jobs:
2525
with:
2626
node-version: ${{ matrix.node-version }}
2727
registry-url: 'https://registry.npmjs.org'
28+
- name: Use Python 3.11
29+
uses: actions/setup-python@v2
30+
with:
31+
python-version: '3.11'
2832
- name: Install dependencies
2933
run: npm install
3034
- name: Build libchdb

0 commit comments

Comments
 (0)