Skip to content

Commit 99eca39

Browse files
committed
Fix pipeline
1 parent c285d05 commit 99eca39

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@ jobs:
1919
os: [ubuntu-latest, macos-latest]
2020
node-version: [14.x, 16.x, 18.x]
2121
steps:
22+
- name: Use Python 3.11
23+
uses: actions/setup-python@v2
24+
with:
25+
python-version: '3.11'
2226
- uses: actions/checkout@v3
2327
- name: Use Node.js ${{ matrix.node-version }}
2428
uses: actions/setup-node@v3
2529
with:
2630
node-version: ${{ matrix.node-version }}
2731
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'
3232
- name: Install dependencies
3333
run: npm install
3434
- name: Build libchdb

0 commit comments

Comments
 (0)