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 e114430 commit 729045fCopy full SHA for 729045f
.github/workflows/ubuntu_pypi_test.yml
@@ -15,9 +15,9 @@ jobs:
15
sudo apt update
16
sudo apt install python3-setuptools \
17
systemd dbus python3 python3-pip python3-jinja2
18
- - name: Install package # TODO set version to generic once 0.8.0 releases
+ - name: Install package
19
run: |
20
- pip3 install sdbus==0.8.0rc2
+ pip3 install sdbus>=0.8rc2
21
- name: Run unit tests
22
23
python3 -m unittest
0 commit comments