diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index 974bbe8..0af0266 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -16,7 +16,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install dependencies run: | - pip3 install -r requirements/devel.txt + pip3 install -r requirements-test.txt - name: Analysing the code with pylint run: | pylint $(git ls-files '*.py') diff --git a/requirements-tests.txt b/requirements-tests.txt index 24eb4a6..a08e32b 100644 --- a/requirements-tests.txt +++ b/requirements-tests.txt @@ -3,3 +3,4 @@ pytest==3.6 pytest-django==3.6 ipdb +pylint