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

Create docker image for testing pip package #4

Open
vaibhavkarve opened this issue Sep 24, 2022 · 0 comments
Open

Create docker image for testing pip package #4

vaibhavkarve opened this issue Sep 24, 2022 · 0 comments

Comments

@vaibhavkarve
Copy link
Owner

When we create a pip-installable package and put it on PyPI, we should
have a way to test our installation steps.

Possible installation steps

  • pip install graphsat (from pip and without poetry)
  • install Minisat22
  • run the test suite of graphsat (will need to include tests as part of the package)

Docker recommendations

  • use alpine-linux for a slimmer image
  • cache the pip installation for faster testing time
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant