mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-18 10:54:51 +03:00
🧪 testing workflow
This commit is contained in:
parent
28538f1713
commit
97508460b9
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user