Skip to content

Commit

Permalink
ci: install pip
Browse files Browse the repository at this point in the history
  • Loading branch information
marmarek committed Jun 15, 2024
1 parent 2191a8c commit 807da20
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 @@ -13,7 +13,7 @@ checks:tests:
before_script: &before-script
- "PATH=$PATH:$HOME/.local/bin"
- sudo dnf install -y python3-gobject gtk3 python3-pytest gtksourceview4
python3-coverage xorg-x11-server-Xvfb
python3-coverage xorg-x11-server-Xvfb python3-pip
- pip3 install --quiet -r ci/requirements.txt
- git clone https://github.com/QubesOS/qubes-core-admin-client ~/core-admin-client
- git clone https://github.com/QubesOS/qubes-core-qrexec ~/core-qrexec
Expand All @@ -25,7 +25,7 @@ checks:tests:

checks:pylint:
before_script:
- sudo dnf install -y python3-gobject gtk3 xorg-x11-server-Xvfb python3-mypy gtksourceview4
- sudo dnf install -y python3-gobject gtk3 xorg-x11-server-Xvfb python3-mypy gtksourceview4 python3-pip
- pip3 install --quiet -r ci/requirements.txt
- mypy --install-types --non-interactive
- git clone https://github.com/QubesOS/qubes-core-admin-client ~/core-admin-client
Expand Down

0 comments on commit 807da20

Please sign in to comment.