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 d287dbf commit 42e36ecCopy full SHA for 42e36ec
.github/workflows/ubuntu_pypi_test.yml
@@ -13,8 +13,8 @@ jobs:
13
- name: Install dependencies
14
run: |
15
sudo apt update
16
- sudo apt install python3-setuptools python3-dev libsystemd-dev \
17
- systemd dbus python3 gcc python3-pip python3-jinja2
+ sudo apt install python3-setuptools \
+ systemd dbus python3 python3-pip python3-jinja2
18
- name: Install package # TODO set version to generic once 0.8.0 releases
19
20
pip3 install sdbus==0.8.0rc2
0 commit comments