Skip to content

Commit a49ee95

Browse files
authored
Update cleanup command in demo-matrix-test.yml
1 parent 74452d1 commit a49ee95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/demo-matrix-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ jobs:
293293
if: always()
294294
run: |
295295
8pkg daemon stop || true
296-
pkill -f "omnipkg" || true
296+
pkill -f "_work/omnipkg/omnipkg/.venv" || true
297297
298298
# ─────────────────────────────────────────────────────────────────────────────
299299
# 7. PYPI RELEASE GATE

0 commit comments

Comments
 (0)