From 5973612776824191a9813f1d626c34d892daf9be Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Fri, 11 Mar 2022 17:41:17 +0100 Subject: [PATCH] Add python3-django-allauth to gitlab-ci --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a605ea6..8fc8147 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,7 +11,8 @@ py39-django22: apt-get update && apt-get install --no-install-recommends -y python3-django python3-django-crispy-forms - python3-pil python3-pip python3-setuptools tox git + python3-pil python3-django-allauth + python3-pip python3-setuptools tox git script: tox -e py39-django22 linters: