Closed nabobalis closed 5 years ago
Hi @nabobalis, thanks for the interest, and sorry for the late response!
This shouldn't be the case, but I can't reproduce it locally. Are you still having this issue?
I wish I had saved a link the commit and the CI run for it.
At the time, I was just playing around with just listing pip deps and not using conda and I saw this happen.
I will see if I can replicate it again with a small example and get back to you soon(ish).
Oh I think I know what happened and it was my fault.
Easy fix 😁
So I wanted to see if I could just pip install everything and had nothing but
deps
in my tox env. (I wanted to race pip vs conda installs on Travis).But here if you don't have
conda_deps
it conda installs and then seems to pip install the same package list. Is that meant to happen?