mirror of
https://github.com/status-im/c-kzg-4844.git
synced 2025-01-11 10:44:23 +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
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user