-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
explicitly detect conda envs - fixes #12652 #12656
explicitly detect conda envs - fixes #12652 #12656
Conversation
initially we accidentially detected conda environmnts by just testing too many files after steamlining we no longer detected conda environments now we explicitly detect conda environments and test for support
bb95a44
to
d0f7884
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome, thanks @RonnyPfannschmidt for the quick fix!
Left some very minor suggestions.
Co-authored-by: Bruno Oliveira <nicoddemus@gmail.com>
for more information, see https://pre-commit.ci
Backport to 8.3.x: 💚 backport PR created✅ Backport PR branch: Backported as #12657 🤖 @patchback |
…da-env (cherry picked from commit 6c806b4)
Thanks for the quick turnaround @nicoddemus @RonnyPfannschmidt! |
@nicoddemus I didn't yet get around to release Unless something comes up I'd like to run the release after dinner |
initially we accidentially detected conda environmnts by just testing too many files
after steamlining we no longer detected conda environments
now we explicitly detect conda environments and test for support
@jezdez - i believe this should solve it more future-proof, thanks for the input
Closes #12652