ProjectTorreyPines / GGDUtils.jl

Package holding utilities for Generalized Grid Description (GGD) objects in IMAS datastructure. Primary goals are interpolation and core profile extrapolation.
https://projecttorreypines.github.io/GGDUtils.jl/stable
Apache License 2.0
2 stars 0 forks source link

Added Compat and CompatHelper CI #55

Closed anchal-physics closed 2 months ago

anchal-physics commented 2 months ago

Compat section has been added to Project.toml using CompatHelper CI. The CI will now run every day at 3:37 UTC to check for updates on dependencies. Whenever a change is required, the CI will send PR to the dev branch where tests will be performed. If the CompatHelper PR is accepted, it can be further sent to merge with the master by updating the version number and releasing the new tag.

This PR also fixes paths, julia version numbers, and installation registry for other CI tests.