summaryrefslogtreecommitdiff
path: root/.github/workflows/install.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/install.yml')
-rw-r--r--.github/workflows/install.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/install.yml b/.github/workflows/install.yml
index 6a8cc39..c1d202c 100644
--- a/.github/workflows/install.yml
+++ b/.github/workflows/install.yml
@@ -76,6 +76,4 @@ jobs:
# Avoid importing the systemd module from the git repository
cd /
python3 -c 'from systemd import journal; print(journal.__version__)'
- # Initialize /etc/machine-id if it's empty to make the tests happy
- [[ ! -s /etc/machine-id ]] && systemd-id128 new >/etc/machine-id
pytest -v --pyargs systemd