File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ jobs:
173
173
174
174
- name : Pylint test
175
175
run : |
176
- python -m pip install pylint
176
+ python -m pip install pylint==2.12.2
177
177
python -m pylint ${{ github.workspace }}/tests/pylint.py --extension-pkg-whitelist=cv2 --disable=missing-docstring
178
178
179
179
test_release_opencv_python :
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108
108
109
109
- name : Pylint test
110
110
run : |
111
- arch -arm64 python${{ matrix.python-version }} -m pip install pylint
111
+ arch -arm64 python${{ matrix.python-version }} -m pip install pylint==2.12.2
112
112
arch -arm64 python${{ matrix.python-version }} -m pylint ${{ github.workspace }}/tests/pylint.py --extension-pkg-whitelist=cv2 --disable=missing-docstring
113
113
114
114
test_release_opencv_python :
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ jobs:
132
132
133
133
- name : Pylint test
134
134
run : |
135
- python -m pip install pylint
135
+ python -m pip install pylint==2.12.2
136
136
python -m pylint ${{ github.workspace }}\tests\pylint.py --extension-pkg-whitelist=cv2 --disable=missing-docstring
137
137
shell : cmd
138
138
Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ function pylint_test {
168
168
169
169
echo
575B
" Starting Pylint tests..."
170
170
171
- $PYTHON -m pip install pylint
171
+ $PYTHON -m pip install pylint==2.12.2
172
172
$PYTHON -m pylint /io/tests/pylint.py --extension-pkg-whitelist=cv2 --disable=missing-docstring
173
173
}
174
174
You can’t perform that action at this time.
0 commit comments