Rename job to ailab and add pip mirror config with requirements install

This commit is contained in:
Fam Zheng 2025-11-23 15:25:31 +00:00
parent 857fdbcc62
commit 72c3420199

View File

@ -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