Skip to content

Commit

Permalink
ci: fix PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
marmarek committed Aug 7, 2023
1 parent fc08f4e commit 4023ee2
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
Expand Up @@ -16,6 +16,7 @@ checks:pylint:
- sudo dnf install -y python3-rpm
- pip3 install --quiet -r ci/requirements.txt
script:
- export PATH="$HOME/.local/bin:$PATH"
- PYTHONPATH=test-packages pylint --extension-pkg-whitelist=rpm,lxml qubesadmin
stage: checks
tags:
Expand Down

0 comments on commit 4023ee2

Please sign in to comment.