Skip to content

Commit

Permalink
ci: ensure pip is installed
Browse files Browse the repository at this point in the history
(cherry picked from commit 50b73ba)
  • Loading branch information
marmarek committed Sep 2, 2024
1 parent 18c20dd commit 9f8fc55
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
- pip3 install --quiet -r ci/requirements.txt
script:
- PYTHONPATH="test-packages:$PYTHONPATH" python3 -m pylint qubesmanager
Expand Down

0 comments on commit 9f8fc55

Please sign in to comment.