We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9d2af7 commit ffc8d18Copy full SHA for ffc8d18
.github/workflows/hatch.yml
@@ -3,7 +3,7 @@ on: [push, pull_request]
3
4
env:
5
UBUNTU_PACKAGES: python3-gi
6
- UBUNTU_TEST_PACKAGES: gobject-introspection pkgconf libcairo2-dev libgirepository-1.0-dev
+ UBUNTU_TEST_PACKAGES: gobject-introspection pkgconf libcairo2-dev libgirepository-2.0-dev
7
PIP_PACKAGES: hatch
8
9
jobs:
.github/workflows/pip.yml
@@ -8,5 +8,5 @@ jobs:
steps:
- uses: actions/checkout@v4
10
- 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
+ - run: sudo apt-get install -y python3-pip python3-gi gobject-introspection pkgconf libcairo2-dev libgirepository-2.0-dev
12
- run: pip install .
0 commit comments