Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
2
210130133
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
210130133
Commits
c527d55e
Unverified
Commit
c527d55e
authored
3 years ago
by
Shenghang Tsai
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
piprepo->pipindex (#5517)
* piprepo->pipindex * refine * save
parent
9779e083
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
ci/test/try_install.sh
+2
-2
2 additions, 2 deletions
ci/test/try_install.sh
docker/ci/test-v2/requirements.txt
+1
-1
1 addition, 1 deletion
docker/ci/test-v2/requirements.txt
docker/ci/test/requirements.txt
+1
-1
1 addition, 1 deletion
docker/ci/test/requirements.txt
with
4 additions
and
4 deletions
ci/test/try_install.sh
+
2
−
2
View file @
c527d55e
...
...
@@ -11,8 +11,8 @@ if [ -n "$index" ]; then
elif
[
-d
"
$wheel_path
"
]
;
then
ls
-la
$wheel_path
export
PATH
=
/root/.local/bin:
$PATH
python3
-m
pip
install
piprepo
==
0.1.3
--user
pip
repo
build
$wheel_path
python3
-m
pip
install
https://oneflow-static.oss-cn-beijing.aliyuncs.com/pipindex/pipindex-0.1.3-py2.py3-none-any.whl
--user
pip
index
build
$wheel_path
python3
-m
pip
install
-U
--user
--extra-index-url
file://
${
wheel_path
}
/simple
${
pkg_name
}
elif
[
-e
"
$wheel_path
"
]
;
then
python3
-m
pip
install
--user
"
$wheel_path
"
...
...
This diff is collapsed.
Click to expand it.
docker/ci/test-v2/requirements.txt
+
1
−
1
View file @
c527d55e
...
...
@@ -6,4 +6,4 @@ pycocotools
opencv-python==4.2.0.34
scipy
pillow
piprepo
https://oneflow-static.oss-cn-beijing.aliyuncs.com/pipindex/pipindex-0.1.3-py2.py3-none-any.whl
This diff is collapsed.
Click to expand it.
docker/ci/test/requirements.txt
+
1
−
1
View file @
c527d55e
...
...
@@ -7,4 +7,4 @@ opencv-python==4.2.0.34
scipy
pillow
tensorflow-addons==0.9.1
piprepo
https://oneflow-static.oss-cn-beijing.aliyuncs.com/pipindex/pipindex-0.1.3-py2.py3-none-any.whl
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