Skip to content
This repository was archived by the owner on Sep 13, 2024. It is now read-only.

Commit 6499a07

Browse files
committed
Ensure packaging environment has required packages.
1 parent d381733 commit 6499a07

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
python-version: '3.x'
1616
- name: Install dependencies
1717
run: |
18+
sudo apt-get install -y python3-dev python3-gi gir1.2-gtk-3.0 libgirepository1.0-dev pkg-config
1819
python -m pip install --upgrade pip
1920
python -m pip install --upgrade setuptools
2021
python -m pip install tox

0 commit comments

Comments
 (0)