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 my conda environment is not called base, session.install(".") doesn't actually install anything. Subsequent module import statements fail and pytests fail.
Expected Behavior
This seems silly but nox runs as expected only when the conda environment is called base
Current Behavior
When my conda environment is not called
base
,session.install(".")
doesn't actually install anything. Subsequent module import statements fail and pytests fail.Expected Behavior
This seems silly but
nox
runs as expected only when the conda environment is calledbase
Steps To Reproduce
No response
Environment
Anything else?
Probably related? cjolowicz/hypermodern-python#101 (comment)
The text was updated successfully, but these errors were encountered: