requirement: libsystemd-dev

This commit is contained in:
Josh Lay 2023-10-14 22:58:35 -05:00
parent 0420088fbf
commit 1e431b77a5
Signed by: jlay
GPG key ID: B265E45CACAD108A

View file

@ -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')