From 72c3420199bd44a01e5a3857a6e4c68310ee687f Mon Sep 17 00:00:00 2001 From: Fam Zheng Date: Sun, 23 Nov 2025 15:25:31 +0000 Subject: [PATCH] Rename job to ailab and add pip mirror config with requirements install --- .gitlab-ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6bd597a..c3aab20 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -82,9 +82,12 @@ deploy-prod: cache: [] dependencies: [] -ailab-date: +ailab: stage: ailab tags: - ailab + before_script: + - pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple + - pip install -r requirements.txt script: - date \ No newline at end of file