Update .drone.yml
continuous-integration/drone/push Build is failing Details

main
Félix MIELCAREK 12 months ago committed by GitHub
parent 327ca2136c
commit d6e12994c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -25,5 +25,6 @@ steps:
image: python:latest image: python:latest
commands: commands:
- cd database/ - cd database/
- pip install - pip install psycopg2
- pip install os
- python3 db-creation.py - python3 db-creation.py

Loading…
Cancel
Save