i4Ds / Karabo-Pipeline

The Karabo Pipeline can be used as Digital Twin for SKA
https://i4ds.github.io/Karabo-Pipeline/
MIT License
11 stars 4 forks source link

conda-build.yml does not use an old docker image anymore #507

Closed kenfus closed 2 months ago

kenfus commented 1 year ago

https://github.com/i4Ds/Karabo-Pipeline/blob/main/.github/workflows/conda-build.yml is currently using a very old docker image with mamba preinstalled. However, when updating the file to use an action with preinstalled conda, the building process cashes with OOM errors.

Updated file: https://github.com/i4Ds/Karabo-Pipeline/blob/84a3663110037c7ed2aed63f0711a4ebff90a566/.github/workflows/conda-build.yml

Failed runs (Example): https://github.com/i4Ds/Karabo-Pipeline/actions/runs/5857833721/job/15880559176

When this is fixed, the user package can also be readded in this script and run before the package is uploaded to anaconda.

sfiruch commented 1 year ago

@Lukas113 Is this still an issue?

Lukas113 commented 2 months ago

no, it's not an issue anymore. closed