fix drone grammar

This commit is contained in:
jiacai_wang 2022-09-27 21:45:14 +08:00
parent 05874aa2a5
commit feda26eed7

View File

@ -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