Skip to content

Commit c0df950

Browse files
committed
Update pipelines for PyGObject 3.51+
1 parent 4b90cc8 commit c0df950

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/python-package.yml

+3
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ jobs:
6161
run: |
6262
sudo apt update
6363
sudo apt install python3-dev libgirepository1.0-dev libcairo2-dev gir1.2-secret-1 gnome-keyring
64+
# girepository-2.0 becomes necessary since PyGobject 3.51 https://pygobject.gnome.org/changelog.html#pre-release
65+
sudo apt install girepository-2.0
66+
#sudo apt install python3-gi python3-gi-cairo gir1.2-gtk-3.0 python3-dev python3-gi-cairo girepository-2.0
6467
- name: Install Python dependencies
6568
run: |
6669
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)