Skip to content

Commit ffc8d18

Browse files
committed
CI: bump the girepository dependency
pygobject requires a newer dependency now
1 parent a9d2af7 commit ffc8d18

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/hatch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on: [push, pull_request]
33

44
env:
55
UBUNTU_PACKAGES: python3-gi
6-
UBUNTU_TEST_PACKAGES: gobject-introspection pkgconf libcairo2-dev libgirepository-1.0-dev
6+
UBUNTU_TEST_PACKAGES: gobject-introspection pkgconf libcairo2-dev libgirepository-2.0-dev
77
PIP_PACKAGES: hatch
88

99
jobs:

.github/workflows/pip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ jobs:
88
steps:
99
- uses: actions/checkout@v4
1010
- run: sudo apt-get update
11-
- run: sudo apt-get install -y python3-pip python3-gi gobject-introspection pkgconf libcairo2-dev libgirepository-1.0-dev
11+
- run: sudo apt-get install -y python3-pip python3-gi gobject-introspection pkgconf libcairo2-dev libgirepository-2.0-dev
1212
- run: pip install .

0 commit comments

Comments
 (0)