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
The Manifest.toml file has packages checked out on their master branch or developed locally. That is not a good idea for reproducibility. I'd suggest you to do one of the following:
Delete Manifest.toml and also put it into the .gitignore. this means that when installed, this repo will use latest stable package versions that comply with Project.toml.
In your local Julia, activate this project, and free all packages that are on master/devved branches (which you can see by doing pkg> st. Then push here the updated Manifest file
The Manifest.toml file has packages checked out on their master branch or developed locally. That is not a good idea for reproducibility. I'd suggest you to do one of the following:
.gitignore
. this means that when installed, this repo will use latest stable package versions that comply with Project.toml.free
all packages that are on master/devved branches (which you can see by doingpkg> st
. Then push here the updated Manifest file(wait a couple of hours before doing any changes, as JuliaRegistries/General#28211 needs to merge first)
The text was updated successfully, but these errors were encountered: