JuliaPOMDP / POMDPs.jl

MDPs and POMDPs in Julia - An interface for defining, solving, and simulating fully and partially observable Markov decision processes on discrete and continuous spaces.
http://juliapomdp.github.io/POMDPs.jl/latest/
Other
671 stars 105 forks source link

Package Maintenance Github Actions #356

Closed zsunberg closed 3 years ago

zsunberg commented 3 years ago

For each package, we should make sure that the the latest version of the following github actions are installed:

It should be possible to do this with a script, e.g. perhaps with https://github.com/julia-actions/MassInstallAction.jl

lassepe commented 3 years ago

There is also: https://github.com/davidanthoff/julia-pkgbutler

zsunberg commented 3 years ago

Thanks, @lassepe, I already have massinstallaction up and running for now so I'll probably stick to that for this round, but maybe this can help in the future.

zsunberg commented 3 years ago

Alright, I think this is done, though documenter is probably broken on packages that use it.