test-ci
continuous-integration/drone/push Build is running
Details
continuous-integration/drone/push Build is running
Details
parent
6c43924923
commit
2ffc1863b3
|
@ -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: "测试微信推送"
|
||||
|
|
Loading…
Reference in New Issue