We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff7e3af commit 920b06dCopy full SHA for 920b06d
.github/workflows/ci_cd.yml
@@ -32,7 +32,10 @@ jobs:
32
- name: Set up Python
33
uses: actions/setup-python@v5
34
with:
35
- python-version: ${{ env.MAIN_PYTHON_VERSION }}
+ # 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"
39
- name: Install dependencies
40
run: |
41
python -m pip install --upgrade pip tox
0 commit comments