This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
MegEngine
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
31
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
chore(pip): update pip version
tags/v1.0.0-rc1
Megvii Engine Team
4 years ago
parent
c0528b24b5
commit
b3ac87e434
1 changed files
with
1 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
ci/run_python_test.sh
+ 1
- 0
ci/run_python_test.sh
View File
@@ -6,6 +6,7 @@ set -e
BASEDIR=$(readlink -f "$(dirname "$0")"/..)
BASEDIR=$(readlink -f "$(dirname "$0")"/..)
function python_test() {
function python_test() {
pip3 install --upgrade pip
pushd "${BASEDIR}"/python_module >/dev/null
pushd "${BASEDIR}"/python_module >/dev/null
pip3 install -e '.[ci]'
pip3 install -e '.[ci]'
export PYTHONPATH=.
export PYTHONPATH=.
Write
Preview
Loading…
Cancel
Save