Install setuptools to fix NodeJS CI tests (#381)
This commit is contained in:
parent
624aa60d01
commit
29f4a6807f
|
@ -27,6 +27,8 @@ jobs:
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: ${{matrix.node}}
|
node-version: ${{matrix.node}}
|
||||||
|
- name: Install setuptools
|
||||||
|
run: python3 -m pip install setuptools
|
||||||
- name: Check formatting
|
- name: Check formatting
|
||||||
if: matrix.os == 'ubuntu-latest'
|
if: matrix.os == 'ubuntu-latest'
|
||||||
working-directory: bindings/node.js
|
working-directory: bindings/node.js
|
||||||
|
|
Loading…
Reference in New Issue