Closed ghost closed 1 month ago
Also wanted to share the action run details and results. https://github.com/RMI/OPGEEv4/actions/runs/11486639749
I'm unsure how to review this since I'm not familiar with github actions, and this presumably runs on github rather than on my desktop.
@mbarlow-rmi, I wonder if we should schedule a time for you to walk me through it?
@rjplevin probably a good call. I'll follow up in slack to set up a time.
The primary goal is to get unit tests and coverage reporting up and running in GitHub. The workflow can be found in
.github/workflows/opgee-test.yml
.Changes/updates:
anaconda
appears to includedask-expr==1.1.0
by default which caused issues with some outdated packages. Additionally, there were errors during some of the dependency steps in the workflow that were solved by updates torequirements.txt
.