From 940bfa15bb9c717abfe37924716cedb1bc447739 Mon Sep 17 00:00:00 2001 From: william Date: Wed, 18 Sep 2024 14:11:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=BF=90=E8=A1=8C=E5=91=BD?= =?UTF-8?q?=E4=BB=A4=E4=B8=BApython3?= 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 cbacbf3..c43f1c5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,6 +11,6 @@ steps: - name: run commands: - pip install -i https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple -r requirements.txt - - python ui.py + - python3 ui.py ... \ No newline at end of file