You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Julia 1.8-beta3, I always get the following warning:
julia> using TestEnv; TestEnv.activate()
┌ Warning: The project dependencies or compat requirements have changed since the manifest was last resolved.
│ It is recommended to `Pkg.resolve()` or consider `Pkg.update()` if necessary.
└ @ Pkg.API /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.8/Pkg/src/API.jl:1527
"/tmp/jl_sHrfez/Project.toml"
Can this be fixed in in TestEnv.jl ?
The text was updated successfully, but these errors were encountered:
oxinabox
changed the title
Warning when activating test environment
Warning when activating test environment in 1.8
May 10, 2022
This should only happen if the Project.toml has been changed after the last resolve. (It's supposed to flag that, so you don't end up with a manifest that isn't a valid resolve of the project)
On Julia 1.8-beta3, I always get the following warning:
Can this be fixed in in TestEnv.jl ?
The text was updated successfully, but these errors were encountered: