-
Notifications
You must be signed in to change notification settings - Fork 8
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
updated bufr version and bacio version in CI testing #201
Conversation
.github/workflows/Linux_versions.yml
Outdated
|
||
- name: cache-bufr | ||
id: cache-bufr | ||
uses: actions/cache@v2 | ||
with: | ||
path: ~/bufr | ||
key: bufr-Linux_options_${{ runner.os }}-v11.7.1 | ||
key: bufr-Linux_options_${{ runner.os }}-v12.0.0 |
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.
Mismatch bufr 12.0.0 vs. 12.0.1
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.
Good catch, I will fix...
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.
approve apart from bufr versions should be consistent
Fixes #200