We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The tests should pass regardless of if we install the library via conda, pip, or manually via setup.py or otherwise
There are some explicit checks for conda-related environment variables here:
hutch-python/hutch_python/cli.py
Line 136 in 297a577
PIP build fails
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected Behavior
The tests should pass regardless of if we install the library via conda, pip, or manually via setup.py or otherwise
Current Behavior
There are some explicit checks for conda-related environment variables here:
hutch-python/hutch_python/cli.py
Line 136 in 297a577
and potentially similar shenanigans elsewhere.
Context
PIP build fails
The text was updated successfully, but these errors were encountered: