Update from-scratch.sh - update toolchain
Merge request reports
Activity
mentioned in commit 447fbd11
@andre.anjos I have noticed recently that conda does not keep packages form different channels in different folders. This means that you may download two packages with the same version and name form conda-forge and defaults but your cache could be only one of them. Conda is acting very stupidly and will just pick whatever that is in the cache ignoring if it was from a different channel.
To prevent an issue like this, I think it is best that you remove all environments form CI machines, run
conda clean --all
and then runform-scratch.sh
. This would be a more a manual process because I cannot integrate it intofrom-scratch.sh
.Edited by Amir MOHAMMADI
Please register or sign in to reply