Update CI workflows, pyproject.toml, and Homebrew docs - #379
Open
mathomp4 wants to merge 7 commits into
Open
Conversation
Updated Homebrew installation instructions for 'mepo' and added tap trust information.
Member
Author
|
@pchakraborty I used some ChatGPT suggestions to fix up the CI as it was failing in the Though, I wonder, should we switch to using |
Collaborator
|
Why aren’t the tests running? |
Member
Author
Looks like one failed and all canceled. Let me fix that so we know which is actually having issues. |
Closed
Member
Author
|
@pchakraborty Okay. I think things are "better" but only in that things are now failing at pytest time, see: https://github.com/GEOS-ESM/mepo/actions/runs/27146165707/job/80124406229?pr=379 I think there is maybe an update needed in what |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR brings several improvements to CI configuration, project metadata, and documentation.
CI workflow updates
actions/checkout@v7(pinned to SHA)astral-sh/setup-uvpinned to SHA (v8.2.0) with uv0.11.23and caching disabled (nouv.lockin this repo)run-formatter.yamlandrun-linter.yamlnow useuv runinstead of manually activating.venvrun-tests.yaml: Python version matrix updated — added 3.13, 3.14, pypy@3.11; removed pypy@3.9; addedfail-fast: falsepyproject.toml
[tool.uv] dev-dependenciesto[dependency-groups] dev(modern uv standard)licensefield to use inline table format ({ file = "LICENSE" })repositoryURL to[project.urls]Documentation
README.md: clarified recommended install method, added guidance on tap trust, and provided tap management commandsCode formatting
src/mepo/cmdline/parser.pyand print statements insrc/mepo/command/config_get.pyfor consistency (black)tests/test_mepo_clone.py