From d52ac85e9c5f2c312978afa48175c0f969f02d2a Mon Sep 17 00:00:00 2001 From: Pavol Juhas Date: Thu, 3 Oct 2024 14:49:24 -0700 Subject: [PATCH] CI - temporarily test with pylint-2 --- .github/workflows/pylint.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index d8a0da8b..84a101e8 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -12,8 +12,9 @@ jobs: python-version: '3.12' architecture: 'x64' - name: Install Pylint + # TODO: #210 - install the latest pylint below run: | python -m pip install --upgrade pip - pip install pylint + pip install 'pylint<3' - name: Pylint check run: dev_tools/pylint