Skip to content

Commit

Permalink
gitlab-ci: install pip before using it, adjust pylint call
Browse files Browse the repository at this point in the history
  • Loading branch information
marmarek committed Nov 21, 2020
1 parent 2c8057c commit 5e4b495
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ include:
checks:pylint:
stage: checks
before_script:
- sudo dnf install -y python3-pip
- git clone https://github.com/QubesOS/qubes-core-qrexec ~/qubes-core-qrexec
- pip3 install --quiet -r ci/requirements.txt
script:
- PYTHONPATH=test-packages:~/qubes-core-qrexec pylint-3 qubes
- PYTHONPATH=test-packages:~/qubes-core-qrexec python3 -m pylint qubes

checks:tests:
stage: checks
Expand Down

0 comments on commit 5e4b495

Please sign in to comment.