-
-
Notifications
You must be signed in to change notification settings - Fork 38
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
Require build with virtualenv support #149
Conversation
Fixes mgedmin#148 (I hope) by allowing build to use virtualenv instead of venv.
Not fixed yet. Failing differently, though: https://results.pre-commit.ci/run/github/5894962/1644404494.yO_juaRrSimZFO2auygsMg
|
Ugh, this is messy. I think it's because pre-commit.ci is using (or running in) a virtualenv, there are some virtualenv related environment variables set:
It seems that when build tries to use virtualenv, it picks up some of them but not all. Specifically, it seems to notice My best guess at the moment is that this is because |
Fixes #148 (I hope) by allowing build to use virtualenv instead of venv.