Skip to content

Commit 920b06d

Browse files
committed
Use Python 3.12 in code style checks
1 parent ff7e3af commit 920b06d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci_cd.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,10 @@ jobs:
3232
- name: Set up Python
3333
uses: actions/setup-python@v5
3434
with:
35-
python-version: ${{ env.MAIN_PYTHON_VERSION }}
35+
# TODO: switch back to using ${{ env.MAIN_PYTHON_VERSION }}
36+
# once https://github.com/pylint-dev/pylint/issues/10000#issuecomment-2519899671
37+
# is resolved.
38+
python-version: "3.12"
3639
- name: Install dependencies
3740
run: |
3841
python -m pip install --upgrade pip tox

0 commit comments

Comments
 (0)