Skip to content

Commit

Permalink
Update pylint.yml
Browse files Browse the repository at this point in the history
Fix fix dependencies
  • Loading branch information
Wemmy0 authored Feb 11, 2024
1 parent 0fb0f9c commit d0aeb85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install system dependencies
run: |
sudo apt install libgirepository1.0-dev gcc libcairo2-dev pkg-config python3-dev gir1.2-gtk-4.0
sudo apt install libgirepository1.0-dev gcc libcairo2-dev pkg-config python3-dev gir1.2-gtk-4.0 python3-gi
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pylint mysql-connector-python pycairo PyGObject
pip install pylint mysql-connector-python pycairo PyGObject requests openai
- name: Analysing the code with pylint
run: |
pylint $(git ls-files '*.py') --errors-only

0 comments on commit d0aeb85

Please sign in to comment.