palantir / gradle-miniconda-plugin

Plugin that sets up a Python environment for building and running tests using Miniconda.
Apache License 2.0
13 stars 19 forks source link

Remove conda build dependency on setupPython #42

Closed gatesn closed 7 years ago

gatesn commented 7 years ago

Conda build can only be installed in the root conda installation and conda build creates its own environment anyway. There is therefore no need to run setupPython as part of the condaBuild process.