github action to run pytest for pushes to pytools directory#1044
Merged
hkershaw-brown merged 1 commit intomainfrom Feb 27, 2026
Merged
github action to run pytest for pushes to pytools directory#1044hkershaw-brown merged 1 commit intomainfrom
hkershaw-brown merged 1 commit intomainfrom
Conversation
mjs2369
approved these changes
Feb 11, 2026
Contributor
mjs2369
left a comment
There was a problem hiding this comment.
@hkershaw-brown nice addition to the actions! Everything looks good, including the test runs of the action
77a2b0b to
b5b5101
Compare
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.
Description:
Add a GitHub Actions workflow (pytools-tests.yml) which runs pytest on the pytools directory.
Only runs when when changes are made inside the pytools directory, any branch.
Does not run for changes elsewhere.
Gone with python versions 3.10 (<3.10 is end-of-life) to 3.14 (latest stable).
Fixes issue
fixes #1042
Types of changes
Documentation changes needed?
Tests
Committed changes to pytools directory to run the action.
https://github.com/NCAR/DART/actions/runs/21884963160/job/63177362755
Committed changes to files outside pytools confirmed action does not run.
Note force pushed to this branch to remove these two test commits.
Checklist for merging
Checklist for release
Testing Datasets