Fix pipiline errors
This commit is contained in:
parent
b6dfbf9af6
commit
ab2a9bfa4d
3 changed files with 3 additions and 15 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue