🧪 testing workflow

This commit is contained in:
Abdullah Adeel 2022-01-22 06:39:25 +05:00
parent 28538f1713
commit 97508460b9

View File

@ -15,9 +15,9 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
{%- if cookiecutter.database_engine == "postgresql" %}
# psycopg2 dependencies
libpq-dev
default-libmysqlclient-dev
{%- elif cookiecutter.database_engine == "mysql" %}
# mysql dependency
default-libmysqlclient-dev
{%- endif %}
# Requirements are installed here to ensure they will be cached.