We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07b8146 commit 0a1c1f6Copy full SHA for 0a1c1f6
.github/workflows/install.yml
@@ -87,7 +87,7 @@ jobs:
87
set -x
88
git --version
89
python3 -m build
90
- python3 -m pip install .
+ python3 -m pip install --break-system-packages .
91
# Avoid importing the systemd module from the git repository
92
cd /
93
python3 -c 'from systemd import journal; print(journal.__version__)'
0 commit comments