Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
2
210360228
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Summer2021
210360228
Commits
74ad1e19
Unverified
Commit
74ad1e19
authored
4 years ago
by
laura-ding
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Install py client (#237)
* remove unuse package * update
parent
f5ad03a8
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.github/workflows/pull_request.yml
+3
-0
3 additions, 0 deletions
.github/workflows/pull_request.yml
ci/test.sh
+7
-0
7 additions, 0 deletions
ci/test.sh
tests/requirements.txt
+0
-1
0 additions, 1 deletion
tests/requirements.txt
with
10 additions
and
1 deletion
.github/workflows/pull_request.yml
+
3
−
0
View file @
74ad1e19
...
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
ci/test.sh
+
7
−
0
View file @
74ad1e19
...
...
@@ -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
()
{
...
...
This diff is collapsed.
Click to expand it.
tests/requirements.txt
+
0
−
1
View file @
74ad1e19
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment