Skip to content

Commit eeab98c

Browse files
authored
Update pythonpackage.yml
perflint not support modern pylint
1 parent 48072d7 commit eeab98c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: |
3939
python -m pip install --upgrade pip
4040
pip install --upgrade -r CI_REQUIREMENTS.txt
41-
pip install --upgrade "pylint >= 3.0.0" perflint
41+
pip install --upgrade "pylint >= 3.0.0"
4242
- name: Install develop
4343
run: |
4444
pip install -e .

0 commit comments

Comments
 (0)