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
Is your feature request related to a problem? Please describe.
Every month or two we get a failed release b/c unit tests pass, but something wrong with the exports means post-install import actually fails. E.g., #550 .
Describe the solution you'd like
As part of ci + publish, we should test a flow of pip install ... => import graphistry; print(graphistry.__version__)
ci: we can likely do a pip install -i http://... using the git checkout hash => github url
publish: after the test.pypi.org publish, we can do a pip install -i http://test.pypi.org/... of the specific version
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Every month or two we get a failed release b/c unit tests pass, but something wrong with the exports means post-install import actually fails. E.g., #550 .
Describe the solution you'd like
As part of
ci
+publish
, we should test a flow ofpip install ...
=>import graphistry; print(graphistry.__version__)
pip install -i http://...
using the git checkout hash => github urltest.pypi.org
publish, we can do apip install -i http://test.pypi.org/...
of the specific versionThe text was updated successfully, but these errors were encountered: