diff --git a/.drone.yml b/.drone.yml index fd6c414..ea3926a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -21,9 +21,9 @@ steps: - pip -V - python -V - pip install -r ./python/requirements.txt - - python ./python/hello.py +# - python ./python/hello.py - pwd - - pytest ${PWD}/python/test_demo.py + - pytest $(pwd)/python/test_demo.py - name: "CI失败 微信推送"