-
Notifications
You must be signed in to change notification settings - Fork 6
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 minimum package versions for ESRI/GDAL nodata fix #288
Conversation
Hey @emmaai @SpacemanPaul, any idea what is causing the integration tests to fail here? It seems like they get skipped before they even run, and I can't see anything obvious in the logs... |
I can't see anything in the logs to explain the failure either. Have you tried re-running? |
Is it necessary to copy that much auxiliary data? it blows up the disk, only 15G is available for a GitHub workflow if my memory is reliable. there is no room to pull docker image or compile one. Also the stdout is too much, it shouldn't be allowed unless debugging is required, 10s of thousands lines output will blow up any ephemeral storage for logs. |
Ah, I know what is going wrong - we copied some extra data into the tide model directory yesterday. I'll update the tests to only copy a small portion here |
Thanks @emmaai, that fixed it |
Borrowed the pr to install awscliv2 from conda, I meant to make the change a while ago. thanks! |
not sure if it did, the indentation of yaml was not right and hence the action failed. fixed in the commits |
is there any reason that |
This PR pins minimum versions of
odc-geo
andeodatasets
to ensure we have completely resolved the ESRI/GDAL nodata issue. Key changes include: