Replies: 1 comment
-
|
Good question. There are some packages like scikit-image and dlib required for some submodules. They are not used by everyone so it's not a installation requirement. You can install those, e.g., via pip or conda Or, alternatively, you can run the test just for the given submodule you have changed (and let the CI test the whole package) E.g., |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In my previous experience, test cases were executed by executing the
python setup.py testcommand orpytestcommand, but both commands encountered problems.Can you give me some help?
Beta Was this translation helpful? Give feedback.
All reactions