<#18745 `InteractiveProcess` with `run_in_workspac...
# github-notifications
c
#18745 `InteractiveProcess` with `run_in_workspace=True` requires `Workspace` parameter on goal rule Issue created by ndellosa95 Describe the bug Trying to call an interactive process that runs in workspace requires an unused workspace parameter on the goal rule. See here. Otherwise you get the error:
Copy code
IntrinsicError: Side-effects are not allowed in this context: SideEffecting types must be acquired via parameters to `@rule`s.
Pants version 2.16.0rc0 OS MacOS pantsbuild/pants