ACRG-Bristol / acrg

Repository containing ACRG analysis code
MIT License
8 stars 0 forks source link

Updating CI based on new error when setting up environment #151

Closed rt17603 closed 1 year ago

rt17603 commented 1 year ago

Description:

Updating environment.yml file to include new pinned packages.

Updating CI workflow to address new error: 'Error: The process '/usr/share/miniconda/condabin/conda' failed with exit code 1'

The CI still fails overall due to failing tests but conda / mamba is now able to build the environment successfully.

Type of Change:

[x] Bug fix

Other Comments:

Tests still fail, but the conda environment can now be set up again.

Closes #152

rt17603 commented 1 year ago

Looks good! Just needs the conflicts fixing.

Great thanks for taking a look - I resolved the conflict now in the environment.yml file.