refactor(conditions): 重命名HAS_APP_INSTALLED为HAS_INSTALLED
This commit is contained in:
@@ -160,7 +160,7 @@ def test_app_installed_conditions():
|
||||
px.TaskSpec(
|
||||
"python_check",
|
||||
cmd=python_cmd,
|
||||
conditions=(BuiltinConditions.HAS_APP_INSTALLED("python"),),
|
||||
conditions=(BuiltinConditions.HAS_INSTALLED("python"),),
|
||||
),
|
||||
]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user