提交 1e26c5d0 编写于 作者: A Andrey Senyaev

Pinned pylint version

上级 9de011e3
......@@ -173,7 +173,7 @@ jobs:
- name: Pylint test
run: |
python -m pip install pylint
python -m pip install pylint==2.12.2
python -m pylint ${{ github.workspace }}/tests/pylint.py --extension-pkg-whitelist=cv2 --disable=missing-docstring
test_release_opencv_python:
......
......@@ -108,7 +108,7 @@ jobs:
- name: Pylint test
run: |
arch -arm64 python${{ matrix.python-version }} -m pip install pylint
arch -arm64 python${{ matrix.python-version }} -m pip install pylint==2.12.2
arch -arm64 python${{ matrix.python-version }} -m pylint ${{ github.workspace }}/tests/pylint.py --extension-pkg-whitelist=cv2 --disable=missing-docstring
test_release_opencv_python:
......
......@@ -132,7 +132,7 @@ jobs:
- name: Pylint test
run: |
python -m pip install pylint
python -m pip install pylint==2.12.2
python -m pylint ${{ github.workspace }}\tests\pylint.py --extension-pkg-whitelist=cv2 --disable=missing-docstring
shell: cmd
......
......@@ -168,7 +168,7 @@ function pylint_test {
echo "Starting Pylint tests..."
$PYTHON -m pip install pylint
$PYTHON -m pip install pylint==2.12.2
$PYTHON -m pylint /io/tests/pylint.py --extension-pkg-whitelist=cv2 --disable=missing-docstring
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册