Skip to content

Commit

Permalink
ci: ensure pip is installed too
Browse files Browse the repository at this point in the history
  • Loading branch information
marmarek committed Jun 10, 2024
1 parent 3376e23 commit 250f44e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ checks:tests:
after_script:
- ci/codecov-wrapper -F unittests
before_script:
- sudo dnf install -y lvm2 vim-common python3-lxml python3-docutils sequoia-sqv
- sudo dnf install -y lvm2 vim-common python3-lxml python3-docutils sequoia-sqv python3-pip
# needed to run tests on Python 3.12
- "sudo dnf install -y python3-pyasyncore || :"
- git clone https://github.com/QubesOS/qubes-core-qrexec ~/qubes-core-qrexec
Expand Down

0 comments on commit 250f44e

Please sign in to comment.