I am using self hosted and microsoft hosted agent to run the pipeline.
One of the pipeline steps is to install certain python packages on the agent so that the project unit tests can be then executed.
Does the agent retain the installed packages or a clean slate is given to each pipeline?