Fix python version 2
This commit is contained in:
parent
fc8b31fe36
commit
6c19ce79c3
|
@ -34,6 +34,8 @@ jobs:
|
||||||
|
|
||||||
- name: Install Python
|
- name: Install Python
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
|
with:
|
||||||
|
python-version: '3.12'
|
||||||
|
|
||||||
- name: Install Cpplint
|
- name: Install Cpplint
|
||||||
run: pip install cpplint
|
run: pip install cpplint
|
||||||
|
|
Loading…
Reference in New Issue