Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch from Mambaforge to Miniforge & fix github actions #39

Merged
merged 1 commit into from
Nov 4, 2024

Conversation

dpmatthews
Copy link
Member

No description provided.

Comment on lines +16 to +18
run: |
sudo apt-get update
sudo apt install virtualbox vagrant
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -31,7 +31,7 @@ mamba --version

LABEL="cylc-8"
conda_env=cylc-full-build
mamba env remove -n "${conda_env}"
mamba env remove -n "${conda_env}" 2>/dev/null || true
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mamba env remove fails if the environment is missing (this must be a change in behaviour)

@@ -12,17 +12,17 @@ ROOTDIR=/opt/deployment
PACKDIR=${ROOTDIR}/packed-environments
mkdir -p "${PACKDIR}"

# Make sure Mambaforge is installed
MAMBAFORGE_DIR="${ROOTDIR}/mambaforge"
# Make sure Miniforge is installed
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dpmatthews dpmatthews merged commit 9b3ceee into metomi:master Nov 4, 2024
3 checks passed
@dpmatthews dpmatthews changed the title Fix github actions Switch from Mambaforge to Miniforge & fix github actions Nov 4, 2024
@dpmatthews dpmatthews deleted the fix-tests branch November 4, 2024 10:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant