Skip to content

Commit b85b288

Browse files
committed
fix CI step
1 parent 559a2a8 commit b85b288

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ jobs:
1515
run: |
1616
python -m pip install --upgrade pip
1717
pip install -e .
18-
pip install "pylint==2.12.2"
19-
pip install "pylint-ignore==2022.1025"
18+
pip install "pylint==2.12.2" "pylint-ignore==2022.1025" "PyYAML>=6.0"
2019
- name: Pylint
2120
run: |
2221
pylint-ignore --rcfile=.pylintrc .

0 commit comments

Comments
 (0)