remove gcr py mirror

pull/660/head
Jingyi Niu 2024-04-10 11:17:58 +08:00
parent b597384f90
commit 38b9826afa
1 changed files with 0 additions and 4 deletions

View File

@ -12,10 +12,6 @@ python3 -m venv venv
source venv/bin/activate
if [ -n "$AWS_REGION" ] && [[ $AWS_REGION == cn-* ]]; then
pip config set global.index-url https://mirrors.aliyun.com/pypi/simple/
fi
pip install --upgrade pip
pip --default-timeout=6000 install -r requirements.txt