Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove usage of conda in Windows CI #162

Closed
letmaik opened this issue Nov 21, 2021 · 1 comment
Closed

Remove usage of conda in Windows CI #162

letmaik opened this issue Nov 21, 2021 · 1 comment

Comments

@letmaik
Copy link
Owner

letmaik commented Nov 21, 2021

Follow-up from #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
Copy link
Owner Author

letmaik commented Dec 12, 2021

This was done in #150. Conda is still available as alternative build option, mostly for local builds.

@letmaik letmaik closed this as completed Dec 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant