left4me: drop pip_install from pip_upgrade triggers (pip_install now always-runs)
This commit is contained in:
parent
cac04a456b
commit
5bf95cb065
1 changed files with 3 additions and 3 deletions
|
|
@ -175,9 +175,9 @@ actions['left4me_pip_upgrade'] = {
|
||||||
'needs': [
|
'needs': [
|
||||||
'pkg_apt:python3-pip',
|
'pkg_apt:python3-pip',
|
||||||
],
|
],
|
||||||
'triggers': [
|
# No triggers — pip_install runs on every apply (gated by `unless`)
|
||||||
'action:left4me_pip_install',
|
# rather than being chained from here. Keeps pip_upgrade scoped to
|
||||||
],
|
# exactly its purpose.
|
||||||
}
|
}
|
||||||
|
|
||||||
actions['left4me_pip_install'] = {
|
actions['left4me_pip_install'] = {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue