Add separate pipeline to check output against ESGF QA#41
Add separate pipeline to check output against ESGF QA#41
Conversation
Agent-Logs-Url: https://github.com/ilaflott/fremorizer/sessions/61e607c6-e3db-44c2-991a-6070db013d2a Co-authored-by: ilaflott <6273252+ilaflott@users.noreply.github.com>
Agent-Logs-Url: https://github.com/ilaflott/fremorizer/sessions/61e607c6-e3db-44c2-991a-6070db013d2a Co-authored-by: ilaflott <6273252+ilaflott@users.noreply.github.com>
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #41 +/- ##
=======================================
Coverage 95.03% 95.03%
=======================================
Files 10 10
Lines 1310 1310
=======================================
Hits 1245 1245
Misses 65 65 Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
ilaflott
left a comment
There was a problem hiding this comment.
add esgf_qa directly to the package requirements and env, lets see if they're compatible
| echo "printing conda config just in case" | ||
| conda config --show | ||
|
|
||
| - name: Install dependencies |
There was a problem hiding this comment.
target the environment.yaml for this repo
There was a problem hiding this comment.
Updated to use environment-file: environment.yaml in the Setup Conda step, following the pattern from pylint.yml. Removed manual dependency installation. (2a69df6)
Agent-Logs-Url: https://github.com/ilaflott/fremorizer/sessions/2a49763f-2141-4a27-8d56-56d70821d3c2 Co-authored-by: ilaflott <6273252+ilaflott@users.noreply.github.com>
Done. Added esgf-qa to environment.yaml as a pip dependency and to pyproject.toml as an optional qa dependency. (2a69df6) |
Thanks for asking me to work on this. I will get started on it and keep this PR's description up to date as I form a plan and make progress.