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 0c37b13 commit 9ec0939Copy full SHA for 9ec0939
.github/workflows/install.yml
@@ -80,6 +80,7 @@ jobs:
80
shell: bash
81
run: |
82
set -x
83
+ git --version
84
python3 -m build
85
python3 -m pip install .
86
# Avoid importing the systemd module from the git repository
docs/conf.py
@@ -12,8 +12,6 @@
12
# serve to show the default.
13
14
import sys, os
15
-print(sys.path)
16
-import systemd
17
18
# If extensions (or modules to document with autodoc) are in another directory,
19
# add these directories to sys.path here. If the directory is relative to the
0 commit comments