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 in GitHub Actions workflow #2344

Merged
merged 1 commit into from
Oct 15, 2024

Conversation

ashmeigh
Copy link
Collaborator

@ashmeigh ashmeigh commented Oct 15, 2024

Issue

Closes #2343

Description

This PR resolves the GitHub Actions warning about the deprecation of Mambaforge by switching to Miniforge. It updates the environment setup to use Miniforge while keeping Mamba for faster environment management. The Coveralls step is also restored for test coverage reporting.

Testing

Verified that the workflow runs without Mambaforge warnings.
Confirmed test coverage reports are uploaded to Coveralls.
Ensured environment setup works with and without cache.

Acceptance Criteria

Workflow should run without Mambaforge warnings.
Caching and Coveralls should function correctly.

Documentation

No user-facing changes.

@coveralls
Copy link

coveralls commented Oct 15, 2024

Coverage Status

coverage: 74.278%. remained the same
when pulling 3dcc966 on 2343-mambaforge-in-github-actions
into 2529884 on main.

samtygier-stfc
samtygier-stfc previously approved these changes Oct 15, 2024
Copy link
Collaborator

@samtygier-stfc samtygier-stfc left a comment

Choose a reason for hiding this comment

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

Looks like that fixed it.

I'll squash to avoid the spacing change

@samtygier-stfc samtygier-stfc added this pull request to the merge queue Oct 15, 2024
Merged via the queue into main with commit 7a87f91 Oct 15, 2024
6 checks passed
@samtygier-stfc samtygier-stfc deleted the 2343-mambaforge-in-github-actions branch October 15, 2024 11:59
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.

Warning about mambaforge in github actions
3 participants