Skip to content

Commit

Permalink
Install setuptools to fix NodeJS CI tests (#381)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored Nov 13, 2023
1 parent 624aa60 commit 29f4a68
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nodejs-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{matrix.node}}
- name: Install setuptools
run: python3 -m pip install setuptools
- name: Check formatting
if: matrix.os == 'ubuntu-latest'
working-directory: bindings/node.js
Expand Down

0 comments on commit 29f4a68

Please sign in to comment.