Skip to content

Commit

Permalink
Add pygobject to the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Lord-Kamina committed Aug 28, 2024
1 parent 949b5e9 commit fd56ada
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

- name: Install dependencies
run: |
sudo apt-get install libcairo2-dev libgirepository1.0-dev
sudo apt-get install libcairo2-dev libgirepository1.0-dev pygobject
pip install --upgrade pip wheel setuptools
pip install -r requirements-ci.txt
pip install -e .
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -546,6 +546,7 @@ def run(self):
# https://github.com/pypa/setuptools/issues/1510
'pyasn1',
'rencode',
'gi',
'pyopenssl',
'pyxdg',
'mako',
Expand Down

0 comments on commit fd56ada

Please sign in to comment.