JetBrains-Research / paddle

Young and dynamic build system for Python
MIT License
20 stars 6 forks source link

Added support of environs to IDEA #53

Closed khbminus closed 1 year ago

khbminus commented 1 year ago

IMO, to close #52 only this is mandatory. For CLI runs we can use just the env command, for run test/install/... tasks in IDEA environs are supported due to the usage of external providers.

Add an env option to paddle.yaml's run section (like args).