elsasserlab / minute

MINUTE-ChIP data analysis workflow
https://minute.readthedocs.io
MIT License
2 stars 0 forks source link

Set up the Conda environment with setup-micromamba #170

Closed marcelm closed 1 year ago

marcelm commented 1 year ago

This has a couple of advantages over the current method:

So this should more than make up for the test slowdown that #168 introduces.

Marking as draft as I need to

cnluzon commented 1 year ago

Also nothing to object to this, runs the environment setup way faster. It's giving a warning about actions/checkout@v2 running on a deprecated node12 and by default moving to node16, it seems that they updated to actions/checkout@v3 but I am unsure if this can directly applied to this workflow.

marcelm commented 1 year ago

I pushed an update to actions/checkout@v3. I don’t think there are any relevant changes. I’ve made the same switch in other projects without a problem.