Skip to content

Commit b8b5c2f

Browse files
authored
no update pip
1 parent d601dc7 commit b8b5c2f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/cpplint.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@ jobs:
1111
- name: Set up Python
1212
uses: actions/setup-python@v5
1313
with:
14-
python-version: '3.10'
14+
python-version: '3.11'
1515
- name: Install dependencies
1616
run: |
17-
python -m pip install --upgrade pip
1817
pip install cpplint
1918
- name: Linting
2019
run: |

0 commit comments

Comments
 (0)