Skip to content

Commit

Permalink
Merge branch 'master' into enhance_match_filter
Browse files Browse the repository at this point in the history
  • Loading branch information
nevermore3 authored Nov 9, 2021
2 parents 9656cce + f682359 commit 660f3c6
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 660f3c6

Please sign in to comment.