tomchor / Oceanostics.jl

Diagnostics for Oceananigans
https://tomchor.github.io/Oceanostics.jl/
MIT License
24 stars 8 forks source link

Use julia version 1.10 on ci #166

Closed jbisits closed 3 months ago

jbisits commented 3 months ago

I ran into some issues with the tests (see here) on ci after merging #163. Updating ci to run on julia v1.10 has solved this.

Closes #165

jbisits commented 3 months ago

Nice catch, thanks! It's weird that the tests passed in the other PR but not on ci though...

Hopefully this works!

Yeah I am not quite sure why ci did not run on julia v1.9. I will try on a machine with v1.9 and check all works though.

tomchor commented 3 months ago

CI is working now after this PR!