Skip to content

Commit 0a1c1f6

Browse files
committed
Fix installing project in the container
1 parent 07b8146 commit 0a1c1f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
set -x
8888
git --version
8989
python3 -m build
90-
python3 -m pip install .
90+
python3 -m pip install --break-system-packages .
9191
# Avoid importing the systemd module from the git repository
9292
cd /
9393
python3 -c 'from systemd import journal; print(journal.__version__)'

0 commit comments

Comments
 (0)