You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to use conda compilers inside a tox environment on MacOS X I've found that I need to explicitly pass CONDA_BUILD_SYSROOT for things to work:
When trying to use conda compilers inside a tox environment on MacOS X I've found that I need to explicitly pass
CONDA_BUILD_SYSROOT
for things to work:If I don't include the
passenv
clause I get the following error:Is there a way to make tox-conda pass this through automatically?
The text was updated successfully, but these errors were encountered: