Skip to content

Commit

Permalink
Use Python 3.12 in code style checks
Browse files Browse the repository at this point in the history
  • Loading branch information
greschd committed Dec 5, 2024
1 parent 92aadc5 commit a37d948
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: ${{ env.MAIN_PYTHON_VERSION }}
# TODO: switch back to using ${{ env.MAIN_PYTHON_VERSION }}
# once https://github.com/pylint-dev/pylint/issues/10000#issuecomment-2519899671
# is resolved.
python-version: 3.12
- name: Install dependencies
run: |
python -m pip install --upgrade pip tox
Expand Down

0 comments on commit a37d948

Please sign in to comment.