requirement: fix libsystemd-dev placement

This commit is contained in:
Josh Lay 2023-10-14 22:59:26 -05:00
parent 1e431b77a5
commit 74b585b046
Signed by: jlay
GPG key ID: B265E45CACAD108A

View file

@ -16,10 +16,10 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
apt install -y libsystemd-dev
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')