Skip to content

Commit 0e6ce09

Browse files
committed
workflows: Print the list of packages in PyPI test
1 parent ca9cb25 commit 0e6ce09

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ubuntu_pypi_test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ jobs:
1717
systemd dbus python3 python3-pip python3-jinja2
1818
- name: Install package
1919
run: |
20-
sudo pip3 install --verbose --verbose sdbus>=0.8rc2
20+
sudo pip3 install sdbus>=0.8rc2
21+
- name: List package
22+
run: |
23+
pip3 list | grep sdbus
2124
- name: Run unit tests
2225
run: |
2326
python3 -m unittest

0 commit comments

Comments
 (0)