mirror of
https://github.com/status-im/c-kzg-4844.git
synced 2025-01-11 18:54:11 +00:00
Install setuptools to fix NodeJS CI tests (#381)
This commit is contained in:
parent
624aa60d01
commit
29f4a6807f
2
.github/workflows/nodejs-tests.yml
vendored
2
.github/workflows/nodejs-tests.yml
vendored
@ -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…
x
Reference in New Issue
Block a user