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

Update DevOps configs #755

Merged
merged 5 commits into from
Nov 29, 2023
Merged

Update DevOps configs #755

merged 5 commits into from
Nov 29, 2023

Conversation

tomvothecoder
Copy link
Collaborator

@tomvothecoder tomvothecoder commented Nov 29, 2023

Description

  • Update conda env dependencies
  • Add dev-nompi.yml which includes the nompi version of esmf to avoid the yaksa leak error that breaks VS Code testing API
  • Update pre-commit dependency versions and fix new issues for black, flake8, and mypy
  • Move most of setup.cfg to pyproject.toml
  • Add Makefile with convenient developer commands
  • Update test_diags.py and test_allsets.py to use pytest

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • My changes generate no new warnings
  • Any dependent changes have been merged and published in downstream modules

If applicable:

  • New and existing unit tests pass with my changes (locally and CI/CD build)
  • I have added tests that prove my fix is effective or that my feature works
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have noted that this is a breaking change for a major release (fix or feature that would cause existing functionality to not work as expected)

- Update conda env dependencies
- Add `dev-nompi.yml` which includes the nompi version of esmf to avoid the yaksa leak error that breaks VS Code testing API
- Update pre-commit dependency versions
- Move most of `setup.cfg` to `pyproject.toml`
- Add `Makefile` with convenient developer commands
@tomvothecoder tomvothecoder self-assigned this Nov 29, 2023
@tomvothecoder tomvothecoder added the DevOps CI/CD, configuration, etc. label Nov 29, 2023
@tomvothecoder tomvothecoder changed the title Update devops configs Update DevOps configs Nov 29, 2023
@tomvothecoder tomvothecoder merged commit 633b52c into main Nov 29, 2023
4 checks passed
@tomvothecoder tomvothecoder deleted the devops/update-configs branch February 1, 2024 20:09
chengzhuzhang pushed a commit that referenced this pull request Feb 24, 2024
- Update conda env dependencies
- Add `dev-nompi.yml` which includes the nompi version of esmf to avoid the yaksa leak error that breaks VS Code testing API
- Update pre-commit dependency versions and fix new issues for `black`, `flake8`, and `mypy`
- Move most of `setup.cfg` to `pyproject.toml`
- Add `Makefile` with convenient developer commands
- Update `test_diags.py` and `test_allsets.py` to use `pytest`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DevOps CI/CD, configuration, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant