Skip to content

Commit 2da7a6f

Browse files
committed
Match python version with clp
1 parent dccabcf commit 2da7a6f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/code-linting-checks.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,7 @@ jobs:
2929

3030
- uses: "actions/setup-python@v5"
3131
with:
32-
# NOTE: We resolve some of clang-tidy's IWYU violations using CPython 3.10's headers, so
33-
# we need to use the same version of Python when running clang-tidy.
34-
python-version: "3.10"
32+
python-version: "3.11"
3533

3634
- name: "Install task"
3735
shell: "bash"

0 commit comments

Comments
 (0)