diff --git a/.drone.yml b/.drone.yml index 8f0a7f8..ccd1468 100644 --- a/.drone.yml +++ b/.drone.yml @@ -25,5 +25,6 @@ steps: image: python:latest commands: - cd database/ - - pip install + - pip install psycopg2 + - pip install os - python3 db-creation.py