left4me: drop pip_install from pip_upgrade triggers (pip_install now always-runs)

This commit is contained in:
CroneKorkN 2026-05-10 18:56:30 +02:00
parent cac04a456b
commit 5bf95cb065
Signed by: cronekorkn
SSH key fingerprint: SHA256:v0410ZKfuO1QHdgKBsdQNF64xmTxOF8osF1LIqwTcVw

View file

@ -175,9 +175,9 @@ actions['left4me_pip_upgrade'] = {
'needs': [
'pkg_apt:python3-pip',
],
'triggers': [
'action:left4me_pip_install',
],
# No triggers — pip_install runs on every apply (gated by `unless`)
# rather than being chained from here. Keeps pip_upgrade scoped to
# exactly its purpose.
}
actions['left4me_pip_install'] = {