Skip to content

Update dependencies and support Django 4.2 #139

Update dependencies and support Django 4.2

Update dependencies and support Django 4.2 #139

Workflow file for this run

name: ci
on: pull_request
jobs:
backend:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: 3.8
- name: Install Python dependencies
run: |
python -m pip install --upgrade pip
pip install tox
- name: Run back-end tests
run: |
tox