python_playground/.drone.yml

10 lines
261 B
YAML
Raw Normal View History

2022-09-27 21:34:34 +08:00
kind: pipeline
name: default
steps:
2022-09-27 21:45:14 +08:00
- name: test
image: python:latest
2022-09-27 21:34:34 +08:00
commands:
- pip3 config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
- pip3 install -r ./requirements.txt
- python3 ./花山印象/sell_status.py