requirement: try sudo apt
This commit is contained in:
parent
74b585b046
commit
1560ba722c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pylint.yml
vendored
2
.github/workflows/pylint.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
|||
python-version: ${{ matrix.python-version }}
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
apt install -y libsystemd-dev
|
||||
sudo apt install -y libsystemd-dev
|
||||
python3 -m pip install --upgrade pip
|
||||
pip3 install -r requirements.txt
|
||||
pip3 install pylint
|
||||
|
|
Loading…
Reference in a new issue