mirror of
https://github.com/status-im/c-kzg-4844.git
synced 2025-01-24 17:08:59 +00:00
Add setup python step
This commit is contained in:
parent
33cf11141c
commit
37871a86d8
4
.github/workflows/nodejs-tests.yml
vendored
4
.github/workflows/nodejs-tests.yml
vendored
@ -27,6 +27,10 @@ jobs:
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: ${{matrix.node}}
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.10'
|
||||
- name: Install setuptools
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
|
Loading…
x
Reference in New Issue
Block a user