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 86933cd commit 48072d7Copy full SHA for 48072d7
.github/workflows/pythonpackage.yml
@@ -33,12 +33,12 @@ jobs:
33
- name: Set up Python
34
uses: actions/setup-python@v4
35
with:
36
- python-version: '3.x'
+ python-version: '3.11'
37
- name: Install dependencies
38
run: |
39
python -m pip install --upgrade pip
40
pip install --upgrade -r CI_REQUIREMENTS.txt
41
- pip install --upgrade "pylint >= 2.6.0" perflint
+ pip install --upgrade "pylint >= 3.0.0" perflint
42
- name: Install develop
43
44
pip install -e .
0 commit comments