Skip to content

Commit 9149b47

Browse files
committed
ci: install pylint before using it
1 parent 5491434 commit 9149b47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
checks:pylint:
22
before_script:
3+
- sudo dnf install -y python3-pip
34
- pip install pylint
45
script:
56
- PYTHONPATH=test-packages python3 -m pylint qubeswhonix

0 commit comments

Comments
 (0)