Skip to content

Commit

Permalink
Fixed python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
auxten committed Jan 3, 2024
1 parent e894eff commit c285d05
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/chdb-node-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
registry-url: 'https://registry.npmjs.org'
- name: Use Python 3.11
uses: actions/setup-python@v2
with:
python-version: '3.11'
- name: Install dependencies
run: npm install
- name: Build libchdb
Expand Down

0 comments on commit c285d05

Please sign in to comment.