You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #561 we ended up shipping a pypi version that didn't have a module deepforest.models. This is because it existed in the git repo and so passed all the tests, but wasn't properly passing. Is there a way to mock setup.py to create a tarball and then check if all the modules are in the tarball?
In #561 we ended up shipping a pypi version that didn't have a module
deepforest.models
. This is because it existed in the git repo and so passed all the tests, but wasn't properly passing. Is there a way to mock setup.py to create a tarball and then check if all the modules are in the tarball?The key line is
DeepForest/setup.py
Line 53 in 450e051
The text was updated successfully, but these errors were encountered: