File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -153,6 +153,7 @@ jobs:
153153 python3 -m build
154154 python3 -m pip install dist/*.whl || python3 -m pip install --break-system-packages dist/*.whl
155155 omnipkg --version
156+ omnipkg list
156157 "
157158
158159 # ═══════════════════════════════════════════════════════════════════
@@ -177,6 +178,7 @@ jobs:
177178 python3 -m build
178179 python3 -m pip install --break-system-packages dist/*.whl
179180 omnipkg --version
181+ omnipkg list
180182 "
181183
182184 linux-distros-docker-rhel :
@@ -200,6 +202,7 @@ jobs:
200202 python3 -m build
201203 python3 -m pip install dist/*.whl
202204 omnipkg --version
205+ omnipkg list
203206 "
204207
205208 linux-distros-docker-other :
@@ -222,6 +225,7 @@ jobs:
222225 python3 -m build
223226 python3 -m pip install --break-system-packages dist/*.whl
224227 omnipkg --version
228+ omnipkg list
225229 "
226230
227231 # ═══════════════════════════════════════════════════════════════════
You can’t perform that action at this time.
0 commit comments