Rename job to ailab and add pip mirror config with requirements install
This commit is contained in:
parent
857fdbcc62
commit
72c3420199
@ -82,9 +82,12 @@ deploy-prod:
|
|||||||
cache: []
|
cache: []
|
||||||
dependencies: []
|
dependencies: []
|
||||||
|
|
||||||
ailab-date:
|
ailab:
|
||||||
stage: ailab
|
stage: ailab
|
||||||
tags:
|
tags:
|
||||||
- ailab
|
- ailab
|
||||||
|
before_script:
|
||||||
|
- pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
|
||||||
|
- pip install -r requirements.txt
|
||||||
script:
|
script:
|
||||||
- date
|
- date
|
||||||
Loading…
x
Reference in New Issue
Block a user