Hi all, I'm using Pants as the buildtool for my Py...
# general
b
Hi all, I'm using Pants as the buildtool for my Python project. As our team starts migrating to M1 macbooks, I have a different constraints.txt file specific for the M1 setup. How can I set up Pants to toggle between the default setup and the m1 setup using profiles or overwriting environment variables? I don't want to migrate my entire build suite yet but want to make it easy for developers local setup. Let me know if you have any follow up questions.