-
Notifications
You must be signed in to change notification settings - Fork 13
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
Enable tests for fv3core infrastructure code on CircleCI #23
Conversation
pytest-subtests | ||
pytest-cov | ||
-e external/fv3gfs-util | ||
git+https://github.com/ai2cm/gt4py.git@v36#egg=gt4py |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you have the tag linked to the top level GT4PY_VERSION?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if I can refactor the GT4PY_VERSION file to have git+https://github.com/ai2cm/gt4py.git@v36#egg=gt4py
instead of v36
then yes, otherwise this is a bit harder to accomplish.
This PR adds configuration to run the fv3core "main" tests on CircleCI. This should greatly reduce turn-around time for test failures in fv3core, particularly when developing infrastructure code whose tests are being run.