Skip to content

ICSHWI-9009 Manually remove the conda env directory on error

If the conda environment creation fails it can happen that the directory is already created but the enviroment itself is not yet ready. In that case conda will refuse to remove the directory --> we have to do it manually

Merge request reports