Mar 22 2023
09:13 AM
- last edited on
Mar 05 2024
02:33 PM
by
TechCommunityAP
Mar 22 2023
09:13 AM
- last edited on
Mar 05 2024
02:33 PM
by
TechCommunityAP
I want to avoid time consuming installation of Python Packages to a MacOS
agent (via pip3 install -r requirements.txt) every time my pipeline runs.
I use a lot of packages !
Is there a way to reuse same Agent or configure all Agents of e.g type
macos-latest with these packages so this step is not necessary?
Thanks !