Skip to content

Commit

Permalink
refactor: changed to install [test] dependencies instead of raw pylin…
Browse files Browse the repository at this point in the history
…t install
  • Loading branch information
jurgenwigg committed Oct 4, 2023
1 parent 9201257 commit d0ee030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d0ee030

Please sign in to comment.