Skip to content

Commit

Permalink
Update nebula-python installation in the test (#3290) (#3395)
Browse files Browse the repository at this point in the history
* Update nebula-python installation

* Add --user to pip install

Co-authored-by: Yichen Wang <[email protected]>
  • Loading branch information
Sophie-Xie and Aiee authored Dec 2, 2021
1 parent de03025 commit 88d3363
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ install-deps:
install-nebula-py: install-deps
git clone --branch master https://github.com/vesoft-inc/nebula-python $(CURR_DIR)/nebula-python
cd $(CURR_DIR)/nebula-python \
&& pip3 install --user -r requirements.txt -i $(PYPI_MIRROR) \
&& python3 setup.py install --user
&& pip3 install --user . -i $(PYPI_MIRROR)
rm -rf $(CURR_DIR)/nebula-python

gherkin-fmt: install-deps
Expand Down

0 comments on commit 88d3363

Please sign in to comment.