Thanks to visit codestin.com
Credit goes to github.com

Skip to content

update GitHub Actions to use miniforge v3 (fixes mambaforge deprecation) #1079

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

Merged
merged 3 commits into from
Dec 15, 2024

Conversation

murrayrm
Copy link
Member

Mambaforge support in Miniconda is being deprecated since mamba is now included directly in miniforge, as described here. To "encourage users to switch to Miniforge" a set of "brownouts" has been scheduled at increasing frequency, and one of them happened today, causing GitHub Actions workflows to stop working.

This PR updates the GitHub Actions workflows to use miniconda@v3, which fixes the issue.

Note: there are still some failures in the OS/BLAS test matrix workflow for Intel-based MacOS (example). I'm not sure these are directly related to miniforge/mamba since they appear to affect only certain configurations in the test matrix. I'll post a separate issue on that one.

@coveralls
Copy link

Coverage Status

coverage: 94.73%. remained the same
when pulling 4c76aa8 on murrayrm:gha_mambaforge-14Dec2024
into 8b6d041 on python-control:main.

@slivingston slivingston self-requested a review December 15, 2024 01:03
Copy link
Member

@slivingston slivingston left a comment

Choose a reason for hiding this comment

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

I agree that the test failure is likely not related to this PR, but I am investigating it. Feel free to merge since there is an issue (#1080) to remind us to debug it.

@murrayrm murrayrm merged commit 9fa4aac into python-control:main Dec 15, 2024
62 of 69 checks passed
@murrayrm murrayrm added this to the 0.10.2 milestone Feb 19, 2025
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.

3 participants