Skip to content

Commit 729045f

Browse files
committed
workflows: Try the RC version in PyPI workflow
1 parent e114430 commit 729045f

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
@@ -15,9 +15,9 @@ jobs:
1515
sudo apt update
1616
sudo apt install python3-setuptools \
1717
systemd dbus python3 python3-pip python3-jinja2
18-
- name: Install package # TODO set version to generic once 0.8.0 releases
18+
- name: Install package
1919
run: |
20-
pip3 install sdbus==0.8.0rc2
20+
pip3 install sdbus>=0.8rc2
2121
- name: Run unit tests
2222
run: |
2323
python3 -m unittest

0 commit comments

Comments
 (0)