Skip to content

Commit

Permalink
Install mindsdb from pypi in deploy step (#939)
Browse files Browse the repository at this point in the history
* Install mindsdb from pypi in deploy step
  • Loading branch information
ilia-tsyplenkov committed Nov 16, 2020
1 parent 6655fd9 commit b7f8d68
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/mindsdb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,11 @@ jobs:
python setup.py sdist
twine upload dist/*
- name: Install latest version from pypi
run: |
sleep 20
pip install mindsdb
- name: Build and push mindsdb Docker image
uses: docker/build-push-action@v1
with:
Expand Down

0 comments on commit b7f8d68

Please sign in to comment.