-
Notifications
You must be signed in to change notification settings - Fork 5
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
Add up_deps.jl script #410
Conversation
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.
Hi @valeriabarra . Looks great, thank you!
bors r+ |
410: Add up_deps.jl script r=valeriabarra a=valeriabarra ## Purpose The purpose of this PR is to add an `up_deps.jl` script to streamline/automate updating dependencies. Closes #409 ## Content - Solution implemented: - [x] Added an `up_deps.jl` script that automatically updates the relevant environments Review checklist I have: - followed the codebase contribution guide: https://clima.github.io/ClimateMachine.jl/latest/Contributing/ - followed the style guide: https://clima.github.io/ClimateMachine.jl/latest/DevDocs/CodeStyle/ - followed the documentation policy: https://github.com/CliMA/policies/wiki/Documentation-Policy - checked that this PR does not duplicate an open PR. In the Content, I have included - relevant unit tests, and integration tests, - appropriate docstrings on all functions, structs, and modules, and included relevant documentation. ---- - [x] I have read and checked the items on the review checklist. Co-authored-by: Valeria Barra <[email protected]>
Build failed: |
bors r+ |
410: Add up_deps.jl script r=valeriabarra a=valeriabarra ## Purpose The purpose of this PR is to add an `up_deps.jl` script to streamline/automate updating dependencies. Closes #409 ## Content - Solution implemented: - [x] Added an `up_deps.jl` script that automatically updates the relevant environments Review checklist I have: - followed the codebase contribution guide: https://clima.github.io/ClimateMachine.jl/latest/Contributing/ - followed the style guide: https://clima.github.io/ClimateMachine.jl/latest/DevDocs/CodeStyle/ - followed the documentation policy: https://github.com/CliMA/policies/wiki/Documentation-Policy - checked that this PR does not duplicate an open PR. In the Content, I have included - relevant unit tests, and integration tests, - appropriate docstrings on all functions, structs, and modules, and included relevant documentation. ---- - [x] I have read and checked the items on the review checklist. Co-authored-by: Valeria Barra <[email protected]>
Build failed: |
bors r+ |
410: Add up_deps.jl script r=valeriabarra a=valeriabarra ## Purpose The purpose of this PR is to add an `up_deps.jl` script to streamline/automate updating dependencies. To update dependencies in the relevant environments, from now on, just simply run the following command: ``` julia ./.dev/up_deps.jl ``` Closes #409 ## Content - Solution implemented: - [x] Added an `up_deps.jl` script that automatically updates the relevant environments Review checklist I have: - followed the codebase contribution guide: https://clima.github.io/ClimateMachine.jl/latest/Contributing/ - followed the style guide: https://clima.github.io/ClimateMachine.jl/latest/DevDocs/CodeStyle/ - followed the documentation policy: https://github.com/CliMA/policies/wiki/Documentation-Policy - checked that this PR does not duplicate an open PR. In the Content, I have included - relevant unit tests, and integration tests, - appropriate docstrings on all functions, structs, and modules, and included relevant documentation. ---- - [x] I have read and checked the items on the review checklist. Co-authored-by: Valeria Barra <[email protected]>
Build failed: |
bors r+ |
Build succeeded! The publicly hosted instance of bors-ng is deprecated and will go away soon. If you want to self-host your own instance, instructions are here. If you want to switch to GitHub's built-in merge queue, visit their help page. |
Purpose
The purpose of this PR is to add an
up_deps.jl
script to streamline/automate updating dependencies. To update dependencies in the relevant environments, from now on, just simply run the following command:Closes #409
Content
up_deps.jl
script that automatically updates the relevant environmentsReview checklist
I have:
In the Content, I have included