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

Pipfile may need fix #1120

Open
AlABarazi opened this issue Feb 9, 2025 · 0 comments
Open

Pipfile may need fix #1120

AlABarazi opened this issue Feb 9, 2025 · 0 comments

Comments

@AlABarazi
Copy link

It seems that the Pipfile (https://github.com/zenodo/zenodo-rdm/blob/master/Pipfile) was not formated correctly

current:

zenodo_rdm = {editable="True", path="./site"}
zenodo_legacy = {editable="True", path="./legacy"}

Should be :

zenodo_rdm = {editable=true, path="./site"}
zenodo_legacy = {editable=true, path="./legacy"}
@AlABarazi AlABarazi changed the title Pipfile need update Pipfile may need update Feb 9, 2025
@AlABarazi AlABarazi changed the title Pipfile may need update Pipfile may need fix Feb 9, 2025
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