Skip to content

Commit

Permalink
remove env path for pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
wey-gu authored Mar 21, 2024
1 parent 1b83952 commit c749dcf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ install-deps:

install-nebula-py: install-deps
git clone --branch master https://github.com/vesoft-inc/nebula-python $(CURR_DIR)/nebula-python
export PIP_EXTRA_INDEX_URL=$(PYPI_MIRROR)
export PIP_TRUSTED_HOST=$(PYPI_MIRROR)
cd $(CURR_DIR)/nebula-python \
&& if [ $(PY_VERSION) -eq 6 ]; then python3 setup.py install; else pip3 install --user . -i $(PYPI_MIRROR) --upgrade; fi
rm -rf $(CURR_DIR)/nebula-python
Expand Down

0 comments on commit c749dcf

Please sign in to comment.