numba / llvmlite

A lightweight LLVM python binding for writing JIT compilers
https://llvmlite.pydata.org/
BSD 2-Clause "Simplified" License
1.94k stars 322 forks source link

Fix CI by not removing nonexistent environment #1094

Closed gmarkall closed 3 weeks ago

gmarkall commented 3 weeks ago

It is now an error to try to remove a nonexistent environment. This removal of the environment appears to be a leftover from a previous build system that didn't start with a clean image, so the offending lines in the setup of the build / test environment are simply removed.