Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Manifest.toml has local/master packages #2

Open
Datseris opened this issue Jan 18, 2021 · 0 comments
Open

Manifest.toml has local/master packages #2

Datseris opened this issue Jan 18, 2021 · 0 comments

Comments

@Datseris
Copy link
Collaborator

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:

  1. 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.
  2. 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

(wait a couple of hours before doing any changes, as JuliaRegistries/General#28211 needs to merge first)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant