requirement: libsystemd-dev
This commit is contained in:
parent
0420088fbf
commit
1e431b77a5
1 changed files with 1 additions and 0 deletions
1
.github/workflows/pylint.yml
vendored
1
.github/workflows/pylint.yml
vendored
|
@ -19,6 +19,7 @@ jobs:
|
|||
python3 -m pip install --upgrade pip
|
||||
pip3 install -r requirements.txt
|
||||
pip3 install pylint
|
||||
apt install -y libsystemd-dev
|
||||
- name: Analysing the code with pylint
|
||||
run: |
|
||||
pylint $(git ls-files '*.py')
|
||||
|
|
Loading…
Reference in a new issue