Skip to content

Commit 52c9d66

Browse files
authored
Update cross-platform-build-verification.yml
Signed-off-by: 1minds3t <1minds3t@proton.me>
1 parent 5c93c56 commit 52c9d66

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/cross-platform-build-verification.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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
# ═══════════════════════════════════════════════════════════════════

0 commit comments

Comments
 (0)