Skip to content
Snippets Groups Projects
Unverified Commit 74ad1e19 authored by laura-ding's avatar laura-ding Committed by GitHub
Browse files

Install py client (#237)

* remove unuse package

* update
parent f5ad03a8
No related branches found
No related tags found
No related merge requests found
......@@ -64,6 +64,9 @@ jobs:
[ -d build/ ] && rm -rf build/* || mkdir -p build
pip3 install -U setuptools -i $PYPI_MIRROR
pip3 install -r tests/requirements.txt -i $PYPI_MIRROR
git clone -b v2.0 https://github.com/vesoft-inc/nebula-python.git
cd nebula-python
python3 setup.py install
- name: Checkout common
uses: actions/checkout@v2
with:
......
......@@ -13,9 +13,16 @@ TOOLSET_DIR=/opt/vesoft/toolset/clang/9.0.0
mkdir -p $BUILD_DIR
function get_py_client() {
git clone -b v2.0 https://github.com/vesoft-inc/nebula-python.git
cd nebula-python
python3 setup.py install
}
function prepare() {
pip3 install -U setuptools -i https://mirrors.aliyun.com/pypi/simple/
pip3 install -r $PROJ_DIR/tests/requirements.txt -i https://mirrors.aliyun.com/pypi/simple/
get_py_client
}
function lint() {
......
......@@ -3,7 +3,6 @@ pytest-html==2.0.1
pytest-metadata==1.8.0
pytest-reportlog==0.1.0
pytest-xdist==1.31.0
nebula2_python
pytest-benchmark==v3.2.3
pytest-metadata==1.8.0
psutil>=2.0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment