test-ci
continuous-integration/drone/push Build is running Details

main
lzwang 2022-09-03 00:38:36 +08:00
parent 6c43924923
commit 2ffc1863b3
1 changed files with 2 additions and 0 deletions

View File

@ -14,9 +14,11 @@ steps: # 定义管道的执行步骤
- name: "测试Python用例"
image: "lzwang/python3.10:tsinghua"
commands:
- pip install --upgrade pip
- pip -V
- python -V
- pip install -r ./python/requirements.txt
- python ./python/hello.py
- name: "测试微信推送"