From feda26eed73213985a404e8c21775e10a92be35c Mon Sep 17 00:00:00 2001 From: jiacai_wang Date: Tue, 27 Sep 2022 21:45:14 +0800 Subject: [PATCH] fix drone grammar --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 07ad766..d306b2b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,7 +1,8 @@ kind: pipeline name: default steps: - - image: python:latest + - name: test + image: python:latest commands: - pip3 config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple - pip3 install -r ./requirements.txt