python_playground/.drone.yml

11 lines
272 B
YAML
Raw Permalink 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
2022-09-27 21:59:33 +08:00
- cd 花山印象
2022-09-27 21:34:34 +08:00
- pip3 install -r ./requirements.txt
2022-09-27 21:59:33 +08:00
- python3 ./sell_status.py