Fix python version
This commit is contained in:
parent
c82e029e90
commit
fc8b31fe36
|
@ -33,7 +33,7 @@ jobs:
|
||||||
run: npm ci
|
run: npm ci
|
||||||
|
|
||||||
- name: Install Python
|
- name: Install Python
|
||||||
uses: actions/setup-python@v1
|
uses: actions/setup-python@v4
|
||||||
|
|
||||||
- name: Install Cpplint
|
- name: Install Cpplint
|
||||||
run: pip install cpplint
|
run: pip install cpplint
|
||||||
|
|
Loading…
Reference in New Issue