Skip to content

Commit cbc1f70

Browse files
authored
Update pylint.yml
1 parent e914f0a commit cbc1f70

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/pylint.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,12 @@ jobs:
1414
uses: actions/setup-python@v3
1515
with:
1616
python-version: ${{ matrix.python-version }}
17+
- name: Install System Deps
18+
run: |
19+
sudo apt install build-essential libpython3-dev libdbus-1-dev python3-gi python3-dev python3-gst-1.0 python-gi-dev
20+
sudo apt install libglib2.0-dev libglib2.0-dev-bin libgstreamer1.0-dev libtool m4 autoconf automake libgirepository1.0-dev libcairo2-dev
1721
- name: Install dependencies
1822
run: |
19-
sudo apt install build-essential libpython3-dev libdbus-1-dev
2023
python -m pip install --upgrade pip
2124
pip install -r requirements.txt
2225
pip install pylint

0 commit comments

Comments
 (0)