Install setuptools to fix NodeJS CI tests (#381)

This commit is contained in:
Matthias Seitz 2023-11-13 20:30:30 +01:00 committed by GitHub
parent 624aa60d01
commit 29f4a6807f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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