diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index 63aa669..29b9e31 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -17,7 +17,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install pylint + pip install -e '.[test]' - name: Analysing the code with pylint run: | pylint mkpdfs_mkdocs \ No newline at end of file