Skip to content

Commit

Permalink
Fixed nebula-python version instead of master (#5839)
Browse files Browse the repository at this point in the history
  • Loading branch information
veezhang authored Mar 21, 2024
1 parent 4913d19 commit 4b94ada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ install-deps:
pip3 install --user -Ur $(CURR_DIR)/requirements.txt -i $(PYPI_MIRROR)

install-nebula-py: install-deps
git clone --branch master https://github.com/vesoft-inc/nebula-python $(CURR_DIR)/nebula-python
git clone --branch release-3.5 https://github.com/vesoft-inc/nebula-python $(CURR_DIR)/nebula-python
cd $(CURR_DIR)/nebula-python \
&& pip3 install --user . -i $(PYPI_MIRROR) --upgrade
rm -rf $(CURR_DIR)/nebula-python
Expand Down

0 comments on commit 4b94ada

Please sign in to comment.