Skip to content

Commit

Permalink
no update pip
Browse files Browse the repository at this point in the history
  • Loading branch information
bertmelis authored Sep 26, 2024
1 parent d601dc7 commit b8b5c2f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cpplint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.11'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install cpplint
- name: Linting
run: |
Expand Down

0 comments on commit b8b5c2f

Please sign in to comment.