Skip to content

Commit 9ec0939

Browse files
committed
Test Git version in container
1 parent 0c37b13 commit 9ec0939

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/install.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ jobs:
8080
shell: bash
8181
run: |
8282
set -x
83+
git --version
8384
python3 -m build
8485
python3 -m pip install .
8586
# Avoid importing the systemd module from the git repository

docs/conf.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
# serve to show the default.
1313

1414
import sys, os
15-
print(sys.path)
16-
import systemd
1715

1816
# If extensions (or modules to document with autodoc) are in another directory,
1917
# add these directories to sys.path here. If the directory is relative to the

0 commit comments

Comments
 (0)