Skip to content

Commit

Permalink
ci: ensure pip is installed
Browse files Browse the repository at this point in the history
  • Loading branch information
marmarek committed Jul 19, 2024
1 parent 40db7a1 commit 746fe54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ checks:tests:
PYTEST_ADDOPTS: "--color=yes"
before_script: &before-script
- "PATH=$PATH:$HOME/.local/bin"
- sudo dnf install -y python3-pytest python3-coverage
- sudo dnf install -y python3-pytest python3-coverage python3-pip
- pip3 install --quiet -r ci/requirements.txt
- git clone https://github.com/QubesOS/qubes-core-admin-client ~/core-admin-client
script:
- export PATH="$HOME/.local/bin:$PATH"
- PYTHONPATH=~/core-admin-client ./run-tests.sh
after_script:
- "PATH=$PATH:$HOME/.local/bin"
- ci/codecov-wrapper
- ci/codecov-wrapper

0 comments on commit 746fe54

Please sign in to comment.