letmaik / rawpy

📷 RAW image processing for Python, a wrapper for libraw
https://pypi.python.org/pypi/rawpy
MIT License
587 stars 67 forks source link

Remove usage of conda in Windows CI #162

Closed letmaik closed 2 years ago

letmaik commented 2 years ago

Follow-up from https://github.com/letmaik/rawpy/pull/150 where reliance on Conda was reduced to a minimum already.

Instead, use python from PATH together with virtualenv. A downside is that it is locally slightly more work to produce wheels for multiple Python versions, but the main use case of the build scripts is for CI anyway, and there we can rely on the environment.

Removing reliance on Conda paves the way for more automated tooling like cibuildwheel.

letmaik commented 2 years ago

This was done in https://github.com/letmaik/rawpy/pull/150. Conda is still available as alternative build option, mostly for local builds.