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

Add up_deps.jl script #410

Merged
merged 1 commit into from
Aug 24, 2023
Merged

Add up_deps.jl script #410

merged 1 commit into from
Aug 24, 2023

Conversation

valeriabarra
Copy link
Member

@valeriabarra valeriabarra commented Aug 22, 2023

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:
    • Added an up_deps.jl script that automatically updates the relevant environments

Review checklist

I have:

In the Content, I have included

  • relevant unit tests, and integration tests,
  • appropriate docstrings on all functions, structs, and modules, and included relevant documentation.

  • I have read and checked the items on the review checklist.

Copy link
Collaborator

@LenkaNovak LenkaNovak left a 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!

@valeriabarra
Copy link
Member Author

bors r+

bors bot added a commit that referenced this pull request Aug 22, 2023
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]>
@bors
Copy link
Contributor

bors bot commented Aug 22, 2023

Build failed:

@valeriabarra
Copy link
Member Author

bors r+

bors bot added a commit that referenced this pull request Aug 23, 2023
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]>
@bors
Copy link
Contributor

bors bot commented Aug 23, 2023

Build failed:

@valeriabarra
Copy link
Member Author

bors r+

bors bot added a commit that referenced this pull request Aug 24, 2023
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]>
@bors
Copy link
Contributor

bors bot commented Aug 24, 2023

Build failed:

@valeriabarra
Copy link
Member Author

bors r+

@bors
Copy link
Contributor

bors bot commented Aug 24, 2023

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.
For more help, visit the forum.

If you want to switch to GitHub's built-in merge queue, visit their help page.

@bors bors bot merged commit b3650ff into main Aug 24, 2023
@bors bors bot deleted the valeria/up_deps_script branch August 24, 2023 18:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add up_deps.jl script to automate/streamline updating dependencies
2 participants