-
Notifications
You must be signed in to change notification settings - Fork 7
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
Test with new julia LTS 1.10 #53
Conversation
Just changed the secret usage to only store the values in github instead of the key-value-pair |
@juliohm can you check the secrets again? |
@@ -17,7 +17,7 @@ jobs: | |||
fail-fast: false | |||
matrix: | |||
version: | |||
- '1.6' | |||
- '1.10' |
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.
- '1.10' | |
- 'lts' |
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.
The keys are in the expected format, without the prefix. I've made the LTS support explicit in the CI.yml.
I can't propose changes in this branch of your fork, but I am assuming that CI will succeed after you accept the suggestion. |
Tried these changes on the master branch. Let's see if they solve the issue. |
Issue fixed on master ❤️ Thank you @maxstb |
Github actions are running with the new API (#46) and new secrets.
For the secrets however it's important to store it in the following way:
CDSAPI_URL = "url: https://cds.climate.copernicus.eu/api"
CDSAPI_KEY = "key: XXXXXXXXXXXXXXXXXXXXX"
I just considered that we should update the tests to the new LTS version of julia
Fix #46