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
-
In my previous experience, test cases were executed by executing the
python setup.py test
command orpytest
command, but both commands encountered problems.Can you give me some help?
Beta Was this translation helpful? Give feedback.
All reactions