In nodejs tests, upgrade pip first
This commit is contained in:
parent
4d3e76d500
commit
33cf11141c
|
@ -28,7 +28,9 @@ jobs:
|
|||
with:
|
||||
node-version: ${{matrix.node}}
|
||||
- name: Install setuptools
|
||||
run: python3 -m pip install setuptools
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install setuptools
|
||||
- name: Check formatting
|
||||
if: matrix.os == 'ubuntu-latest'
|
||||
working-directory: bindings/node.js
|
||||
|
|
Loading…
Reference in New Issue