Skip to content

Bump django-admin-sortable2 from 2.2.1 to 2.2.2 #17

Bump django-admin-sortable2 from 2.2.1 to 2.2.2

Bump django-admin-sortable2 from 2.2.1 to 2.2.2 #17

Workflow file for this run

name: Django
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install poetry
run: pipx install poetry
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.12
cache: "poetry"
- name: Install dependencies
run: |
pip install poetry
poetry install
- name: Test
run: poetry run python manage.py test