Skip to content

Commit

Permalink
allow pip to break system packages when installin pykickstart
Browse files Browse the repository at this point in the history
Ubuntu 24.04 by default protects system packages, which is good, but in
CI we just don't care enough to create a venv.
  • Loading branch information
evgeni committed Oct 17, 2024
1 parent 13bdb7f commit 0e7ee3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/foreman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
if: contains(matrix.task, 'compile')
- name: Install external test dependencies
run: |
pip3 install pykickstart
pip3 install --break-system-packages pykickstart
sudo apt-get -qq -y install --no-install-recommends grub-common
if: contains(matrix.task, 'external')
- name: Prepare test env
Expand Down

0 comments on commit 0e7ee3f

Please sign in to comment.