Skip to content

Commit

Permalink
Fix python version
Browse files Browse the repository at this point in the history
  • Loading branch information
raub committed Oct 9, 2023
1 parent c82e029 commit fc8b31f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cpplint.yml
Expand Up @@ -33,7 +33,7 @@ jobs:
run: npm ci

- name: Install Python
uses: actions/setup-python@v1
uses: actions/setup-python@v4

- name: Install Cpplint
run: pip install cpplint
Expand Down

0 comments on commit fc8b31f

Please sign in to comment.