You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like the install-conda.sh is currently failing because the line:
conda env remove -v --name=$CONDANAME
...assumes that $CONDANAME exists. I guess because it would usually have been created on a previous run. However, when it does not exist (for whatever reason) any attempt to remove a non-existent env will raise an error, such as:
EnvironmentLocationNotFound: Not a conda environment: /home/runner/work/mgenv/mgenv/deps/conda/envs/mgenv-b0a4b9e
...where $CONDANAME has been set to mgenv-b0a4b9e.
E.g. when removing pinned env files and upgrading malariagen_data package (as usual) #157 https://github.com/malariagen/mgenv/actions/runs/11666157311/job/32480463432?pr=157
This is blocking other PRs, e.g. #153
The text was updated successfully, but these errors were encountered: