diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index 11c757e1..48edab18 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -45,7 +45,9 @@ jobs: - name: Lint files if: startsWith(matrix.python-version, '3.9') || startsWith(matrix.python-version, '3.10') || startsWith(matrix.python-version, '3.11') || startsWith(matrix.python-version, '3.12') - run: make lint + run: | + pip install pylint==3.3.1 + make lint - name: Install protobuf compiler run: | diff --git a/dev-requirements.txt b/dev-requirements.txt index 26a020b0..86010653 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -5,7 +5,6 @@ pyyaml pytest==7.4.3 pytest-cov==3.0.0 tox>=3.23.0 -pylint==3.3.1 pdoc3>=0.9.2 fastapi>=0.75.0 flask>=1.0.1