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用例"
|
- name: "测试Python用例"
|
||||||
image: "lzwang/python3.10:tsinghua"
|
image: "lzwang/python3.10:tsinghua"
|
||||||
commands:
|
commands:
|
||||||
|
- pip install --upgrade pip
|
||||||
- pip -V
|
- pip -V
|
||||||
- python -V
|
- python -V
|
||||||
- pip install -r ./python/requirements.txt
|
- pip install -r ./python/requirements.txt
|
||||||
|
- python ./python/hello.py
|
||||||
|
|
||||||
|
|
||||||
- name: "测试微信推送"
|
- name: "测试微信推送"
|
||||||
|
|
Loading…
Reference in New Issue