Use system Python instead of downloading Python for uv venv
This commit is contained in:
parent
ff1b6c13b4
commit
11a0594d66
@ -84,7 +84,7 @@ zy:
|
||||
before_script:
|
||||
- pip install uv --index-url https://pypi.tuna.tsinghua.edu.cn/simple
|
||||
- export PATH="$HOME/.local/bin:$PATH"
|
||||
- uv venv --python 3.12 $HOME/venv
|
||||
- uv venv $HOME/venv
|
||||
- source $HOME/venv/bin/activate
|
||||
- uv pip install -r requirements.txt --default-index https://pypi.tuna.tsinghua.edu.cn/simple
|
||||
script:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user