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 8f84fbe commit 4bba47dCopy full SHA for 4bba47d
.github/workflows/install.yml
@@ -76,6 +76,4 @@ jobs:
76
# Avoid importing the systemd module from the git repository
77
cd /
78
python3 -c 'from systemd import journal; print(journal.__version__)'
79
- # Initialize /etc/machine-id if it's empty to make the tests happy
80
- [[ ! -s /etc/machine-id ]] && systemd-id128 new >/etc/machine-id
81
pytest -v --pyargs systemd
0 commit comments