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