Skip to content

Commit 42e36ec

Browse files
committed
workflows: Make sure binary package is running
By deleting header that might be used to compile
1 parent d287dbf commit 42e36ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ubuntu_pypi_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
- name: Install dependencies
1414
run: |
1515
sudo apt update
16-
sudo apt install python3-setuptools python3-dev libsystemd-dev \
17-
systemd dbus python3 gcc python3-pip python3-jinja2
16+
sudo apt install python3-setuptools \
17+
systemd dbus python3 python3-pip python3-jinja2
1818
- name: Install package # TODO set version to generic once 0.8.0 releases
1919
run: |
2020
pip3 install sdbus==0.8.0rc2

0 commit comments

Comments
 (0)