Skip to content

Commit

Permalink
ci: install deps for the pylint job
Browse files Browse the repository at this point in the history
  • Loading branch information
marmarek committed Jan 22, 2025
1 parent ad225c8 commit f8c008f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
checks:pylint:
before_script:
- sudo dnf install -y python3-pip python3-pylint
- pip3 install --quiet -r ci/requirements.txt
script:
- python3 -m pylint --rcfile=.pylintrc qubespdfconverter
Expand Down

0 comments on commit f8c008f

Please sign in to comment.