Commit 2adbf8a 1 parent 871fc80 commit 2adbf8a Copy full SHA for 2adbf8a
File tree 1 file changed +6
-1
lines changed
1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 60
60
if : ${{ matrix.os == 'ubuntu-latest' && matrix.python-version != '2.7' }}
61
61
run : |
62
62
sudo apt update
63
- sudo apt install python3-dev libgirepository1.0-dev libcairo2-dev gir1.2-secret-1 gnome-keyring
63
+ # girepository-2.0 becomes necessary since PyGobject 3.51 https://pygobject.gnome.org/changelog.html#pre-release
64
+ sudo apt install -y python3-dev libgirepository-2.0-dev libcairo2-dev gir1.2-secret-1 gnome-keyring
65
+ # The line above is different than the PyGObject install instructions:
66
+ # https://pygobject.gnome.org/getting_started.html#ubuntu-logo-ubuntu-debian-logo-debian
67
+ # because we chose to specify the exact dependencies (secret and keyring)
68
+ # rather than using the much larger gtk.
64
69
- name : Install Python dependencies
65
70
run : |
66
71
python -m pip install --upgrade pip
You can’t perform that action at this time.
0 commit comments