From 7bd1dec23fcc0bb53a84c801780bbce82fb750aa Mon Sep 17 00:00:00 2001 From: avdudchenko <33663878+avdudchenko@users.noreply.github.com> Date: Thu, 12 Sep 2024 14:08:46 -0700 Subject: [PATCH] reomve pylint --- .github/workflows/checks.yml | 3 --- requirements-dev.txt | 1 - 2 files changed, 4 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index ecc51ea..caabd96 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -84,9 +84,6 @@ jobs: run: | pip install -r requirements-dev.txt pip list - - name: Run pylint - run: | - pylint reaktoro_pse - if: matrix.install-mode == 'standard' name: Install (standard) run: | diff --git a/requirements-dev.txt b/requirements-dev.txt index 8412d7d..d16d263 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,5 +3,4 @@ pytest-cov idaes-pse>=2.5.0 watertap>=1.0.0 pyomo>=6.8.0 -pylint<3 --editable .[testing] \ No newline at end of file