Skip to content

Commit

Permalink
ci: ensure pip is installed too
Browse files Browse the repository at this point in the history
(cherry picked from commit 250f44e)
  • Loading branch information
marmarek committed Jun 25, 2024
1 parent f85049b commit da689e1
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 da689e1

Please sign in to comment.