This commit is contained in:
Fam Zheng 2025-11-23 18:30:03 +00:00
parent ec65bfa1d2
commit b116cafcc1

View File

@ -1,5 +1,5 @@
stages: stages:
- zy - ailab
- test-and-build - test-and-build
- build-docker - build-docker
- deploy - deploy
@ -80,10 +80,10 @@ deploy-prod:
cache: [] cache: []
dependencies: [] dependencies: []
zy: ailab:
stage: zy stage: ailab
tags: tags:
- zy - ailab
before_script: before_script:
- pip install uv --index-url https://pypi.tuna.tsinghua.edu.cn/simple - pip install uv --index-url https://pypi.tuna.tsinghua.edu.cn/simple
- export PATH="$HOME/.local/bin:$PATH" - export PATH="$HOME/.local/bin:$PATH"