Replies: 1 comment
-
You can run the tests over github actions after opening a PR, instead of testing in local. Would that solve your issues? |
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
-
Hey!
Unit test for this project require pytorch to run but pytorch is not advertised as a dependency anywhere in the requirements file. This is due to this line in sahi which gets triggered by this line.
It feels like an overkill to require pytorch for these unit tests. What do you think?
Beta Was this translation helpful? Give feedback.
All reactions