We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b83952 commit c749dcfCopy full SHA for c749dcf
tests/Makefile
@@ -48,8 +48,6 @@ install-deps:
48
49
install-nebula-py: install-deps
50
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)
53
cd $(CURR_DIR)/nebula-python \
54
&& if [ $(PY_VERSION) -eq 6 ]; then python3 setup.py install; else pip3 install --user . -i $(PYPI_MIRROR) --upgrade; fi
55
rm -rf $(CURR_DIR)/nebula-python
0 commit comments