Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ColossalAI
Commits
44f7bcb2
Unverified
Commit
44f7bcb2
authored
Mar 24, 2022
by
Frank Lee
Committed by
GitHub
Mar 24, 2022
Browse files
[devops] remove tsinghua source for pip (#505)
parent
af56c1d0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
4 deletions
+0
-4
.github/workflows/build.yml
.github/workflows/build.yml
+0
-1
.github/workflows/compatibility_test.yml
.github/workflows/compatibility_test.yml
+0
-3
No files found.
.github/workflows/build.yml
View file @
44f7bcb2
...
@@ -20,7 +20,6 @@ jobs:
...
@@ -20,7 +20,6 @@ jobs:
steps
:
steps
:
-
name
:
Install dependencies
-
name
:
Install dependencies
run
:
|
run
:
|
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
pip install -U pip setuptools wheel --user
pip install -U pip setuptools wheel --user
pip install pytest tensorboard transformers
pip install pytest tensorboard transformers
-
uses
:
actions/checkout@v2
-
uses
:
actions/checkout@v2
...
...
.github/workflows/compatibility_test.yml
View file @
44f7bcb2
...
@@ -23,9 +23,6 @@ jobs:
...
@@ -23,9 +23,6 @@ jobs:
options
:
--gpus all --rm --ipc=host -v /data/scratch/cifar-10:/data/scratch/cifar-10
options
:
--gpus all --rm --ipc=host -v /data/scratch/cifar-10:/data/scratch/cifar-10
timeout-minutes
:
120
timeout-minutes
:
120
steps
:
steps
:
-
name
:
Setup Environment
run
:
|
export https_proxy=http://172.17.0.1:7890 http_proxy=http://172.17.0.1:7890 all_proxy=socks5://172.17.0.1:7890
-
name
:
Install dependencies
-
name
:
Install dependencies
run
:
|
run
:
|
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment