-
-
Notifications
You must be signed in to change notification settings - Fork 8k
Add quotes around [dev] in environment.yml #29243
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
Add quotes around [dev] in environment.yml #29243
Conversation
@github-actions
github-actions
bot
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for opening your first PR into Matplotlib!
If you have not heard from us in a week or so, please leave a new comment below and that should bring it to our attention. Most of our reviewers are volunteers and sometimes things fall through the cracks.
You can also join us on gitter for real-time discussion.
For details on testing, writing docs, and our review process, please see the developer guide
We strive to be a welcoming and open project. Please follow our Code of Conduct.
Hi @aishling-scilifelab thank you for your contribution! The command required to install in editable mode has changed since this was written. If you could update it to match the one described here, that would be great.
https://matplotlib.org/devdocs/devel/development_setup.html#install-matplotlib-in-editable-mode
- Update commented commands in environment.yml to match the command in development_setup.rst - This version of the command does not cause issues with zsh (due to the quotation marks).
c914273
to
eeaea31
Compare
@rcomer Hey! Thanks - is the now pushed change what you mean?
@aishling-scilifelab looks good 👍
Thanks @aishling-scilifelab and congratulations on your first contribution to matplotlib! 🎉
...243-on-v3.10.x Backport PR #29243 on branch v3.10.x (Add quotes around [dev] in environment.yml)
Uh oh!
There was an error while loading. Please reload this page.
Closes #29241 by improving the comment which explains how to up the dev environment using conda.
Update comment describing conda dev set up
the command in development_setup.rst
zsh (due to the quotation marks).
PR checklist