Closed winniederidder closed 2 years ago
lol this is why we need tests.
I think it'd be better to just replace the to_install
variable with the new list since the old one isn't used again, then there's no chance of confusion.
I think it'd be better to just replace the
to_install
variable with the new list since the old one isn't used again, then there's no chance of confusion.
Did some further cleanups so that everything should be clear and concise.
The wrong list was being used when actually installing imports using micropip. Should be merged and released ASAP as using the new version does not work right now. Not sure how we both missed this :P properly naming variables truly is one of the hardest things in programming.