diff --git a/.drone.yml b/.drone.yml index 1f731f1..a9d2c9e 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 - pwd - ls -la + - python ./python/hello.py - pytest $(pwd)/python/test_demo.py