We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c285d05 commit 99eca39Copy full SHA for 99eca39
.github/workflows/chdb-node-test.yml
@@ -19,16 +19,16 @@ jobs:
19
os: [ubuntu-latest, macos-latest]
20
node-version: [14.x, 16.x, 18.x]
21
steps:
22
+ - name: Use Python 3.11
23
+ uses: actions/setup-python@v2
24
+ with:
25
+ python-version: '3.11'
26
- uses: actions/checkout@v3
27
- name: Use Node.js ${{ matrix.node-version }}
28
uses: actions/setup-node@v3
29
with:
30
node-version: ${{ matrix.node-version }}
31
registry-url: 'https://registry.npmjs.org'
- - name: Use Python 3.11
- uses: actions/setup-python@v2
- with:
- python-version: '3.11'
32
- name: Install dependencies
33
run: npm install
34
- name: Build libchdb
0 commit comments