Skip to content

Fix CI pipelines by updating Miniconda

Aqu requested to merge 202312_update_miniconda into main

As the environment is recreated at each run, there is a slight chance of breaking our build each time the dependencies are updated.

This is what has just happened.

This problem was solved using a preloaded test environment generated infrequently and stored on docker-registry.

But we had to revert this improvement in T351792.

Bug: T351792

Edited by Aqu

Merge request reports