Closed zsunberg closed 4 years ago
I use NBInclude in several of my packages, but lately it has started to fail because it is not compatible with Compat v3, for example
https://travis-ci.org/JuliaPOMDP/POMDPModels.jl/jobs/647754939?utm_medium=notification&utm_source=github_status
Seems like fixing this will require upgrading to Project.toml, etc. For now I think I'm just going to have to disable the tests that use NBInclude :(
We just need to make a new release that switches to Project.toml and drops Julia < 1 and Compat entirely
Will be closed by https://github.com/JuliaRegistries/General/pull/9203
Wow Thanks!!
I use NBInclude in several of my packages, but lately it has started to fail because it is not compatible with Compat v3, for example
https://travis-ci.org/JuliaPOMDP/POMDPModels.jl/jobs/647754939?utm_medium=notification&utm_source=github_status
Seems like fixing this will require upgrading to Project.toml, etc. For now I think I'm just going to have to disable the tests that use NBInclude :(