We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e914f0a commit cbc1f70Copy full SHA for cbc1f70
.github/workflows/pylint.yml
@@ -14,9 +14,12 @@ jobs:
14
uses: actions/setup-python@v3
15
with:
16
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
21
- name: Install dependencies
22
run: |
- sudo apt install build-essential libpython3-dev libdbus-1-dev
23
python -m pip install --upgrade pip
24
pip install -r requirements.txt
25
pip install pylint
0 commit comments