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

Install mindsdb from pypi in deploy step #939

Merged
merged 3 commits into from Nov 16, 2020

Conversation

ilia-tsyplenkov
Copy link
Contributor

Fixes #804

Release image (which created in a deploy step) needs to contain MindsDB version installed from PyPi repository (not from local source files) In this case we ensure that release image and PyPi have same version.

Comment on lines 71 to 75
- name: Install latest version from pypi (just testing)
run: |
sleep 20
pip install mindsdb
pip show mindsdb
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was this for testing when you made the PR, if so please remove before merging. all else looks fine.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@ilia-tsyplenkov ilia-tsyplenkov changed the title WIP: Install mindsdb from pypi in deploy step Install mindsdb from pypi in deploy step Nov 16, 2020
@ilia-tsyplenkov ilia-tsyplenkov merged commit b7f8d68 into staging Nov 16, 2020
@ilia-tsyplenkov ilia-tsyplenkov deleted the it_804_install_from_pip_after_deploy branch November 16, 2020 16:48
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

Successfully merging this pull request may close these issues.

Pip install after deploy
2 participants