The MDAKit workflow that uses this action seems to fail when selecting mamba as the installer (see MDAnalysis/mdaencore#76 (comment) ).
This may be fixed by using mamba/micromamba instead of conda in
|
conda remove --force mdanalysis --yes || true |
|
conda remove --force mdanalysistests --yes || true |
As a workaround, set installer: conda when using the action.
The MDAKit workflow that uses this action seems to fail when selecting
mambaas the installer (see MDAnalysis/mdaencore#76 (comment) ).This may be fixed by using mamba/micromamba instead of conda in
install-mdanalysis/action.yaml
Lines 66 to 67 in 60ef7aa
As a workaround, set
installer: condawhen using the action.