diff --git a/.drone.yml b/.drone.yml index 7b0ba9c..ff527ca 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,7 +3,7 @@ type: docker name: default steps: - - name: check_result + - name: run_algo image: "python:3.8" commands: - pip3 install -r requirements.txt