Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[INFRA] Test import as part of ci #551

Open
lmeyerov opened this issue Feb 29, 2024 · 0 comments
Open

[INFRA] Test import as part of ci #551

lmeyerov opened this issue Feb 29, 2024 · 0 comments

Comments

@lmeyerov
Copy link
Contributor

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
@lmeyerov lmeyerov changed the title [FEA] Test import as part of ci [INFRA] Test import as part of ci Feb 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant