From 87eb5e4ff5bfc0a1837bddd708eeb070d9a5dbde Mon Sep 17 00:00:00 2001 From: william Date: Wed, 18 Sep 2024 14:09:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E7=94=A8=E6=B8=85=E5=8D=8E=E6=BA=90?= =?UTF-8?q?=E5=AE=89=E8=A3=85=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 7a61d84..cbacbf3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,7 +10,7 @@ platform: steps: - name: run commands: - - pip install -r requirements.txt + - pip install -i https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple -r requirements.txt - python ui.py ... \ No newline at end of file