From 7abbcdb1d9a6913b8a3b57ab55bacc8cbb7dfefc Mon Sep 17 00:00:00 2001 From: Bosco Yung <15840328+bhky@users.noreply.github.com> Date: Fri, 1 Dec 2023 19:34:22 +0900 Subject: [PATCH] Pinned pylint and mypy version --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7514b81..6888115 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,8 +24,8 @@ jobs: python-version: ${{ matrix.python }} - name: Install tools run: | - python3 -m pip install pylint - python3 -m pip install mypy + python3 -m pip install pylint==3.0.2 + python3 -m pip install mypy==1.7.1 python3 -m pip install ${{ matrix.packages }} - name: Test run: |