Skip to content

Commit 6cca25f

Browse files
authored
Update pylint.yml
1 parent 755f375 commit 6cca25f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pylint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
python-version: ${{ matrix.python-version }}
1717
- name: Install dependencies
1818
run: |
19+
apt install build-essential libpython3-dev libdbus-1-dev
1920
python -m pip install --upgrade pip
2021
pip install -r requirements.txt
2122
pip install pylint

0 commit comments

Comments
 (0)