Skip to content

Commit c749dcf

Browse files
authored
remove env path for pypi
1 parent 1b83952 commit c749dcf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ install-deps:
4848

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

0 commit comments

Comments
 (0)