Fix pipiline errors

This commit is contained in:
loulous27 2025-11-23 16:54:25 +01:00
parent b6dfbf9af6
commit ab2a9bfa4d
3 changed files with 3 additions and 15 deletions

View file

@ -2,18 +2,6 @@ stages:
- test
- quality-assurance
# Debian Bullseye
py39-django22:
stage: test
image: debian:bullseye
before_script:
- >
apt-get update &&
apt-get install --no-install-recommends -y
python3-django python3-django-crispy-forms
python3-pil python3-django-allauth
python3-pip python3-setuptools tox git
script: tox -e py39-django22
# Debian Bookworm
py311-django32: