Closed rt17603 closed 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:
cachetools
Tests still fail, but the conda environment can now be set up again.
Closes #152
Looks good! Just needs the conflicts fixing.
Great thanks for taking a look - I resolved the conflict now in the environment.yml file.
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:
cachetools
dependencyTests still fail, but the conda environment can now be set up again.
Closes #152