Skip to content

Fix CI/CD pipeline

Workum, Dirk-Jan van requested to merge fix_ci_cd_mamb into develop

Since #70661, the CI/CD pipeline seemingly randomly crashes. We found out this is because conda sometimes takes libarchive from the defaults channel and sometimes from the conda-forge channel. Since we are using bioconda, we should also be strict about NOT using defaults. This is fixed in this merge request.

Merge request reports