diff --git a/.drone.yml b/.drone.yml index 5e5e3b6..49c1097 100644 --- a/.drone.yml +++ b/.drone.yml @@ -20,6 +20,6 @@ steps: - cargo install --path yama - cargo install --path datman - python3.9 -m venv testsuite/.venv - - ./testsuite/.venv/pip install -e testsuite - - cd testsuite && ./.venv/green + - ./testsuite/.venv/bin/pip install -e testsuite + - cd testsuite && ./.venv/bin/green