-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Add a build with no numpy to circleci #4696
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
Conversation
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.
Nicely done.
💃
@marthacryan |
I didn't add anything like that - what sort of test were you thinking? |
Before running the tests I want we make sure it is not installed by other requirements. |
Excellent. 💃 |
Follow-up to this comment recommending adding a CI job testing that plotly works without numpy installed.
Code PR
plotly.graph_objects
, my modifications concern thecodegen
files and not generated files.- [ ] I have added tests (if submitting a new feature or correcting a bug) ormodified existing tests.
- [ ] For a new feature, I have added documentation examples in an existing ornew tutorial notebook (please see the doc checklist as well).
- [ ] I have added a CHANGELOG entry if fixing/changing/adding anything substantial.- [ ] For a new feature or a change in behaviour, I have updated the relevant docstrings in the code to describe the feature or behaviour (please see the doc checklist as well).