Skip to content

fix: bump django-axes from 5.13.0 to 7.0.1 (#17) #81

fix: bump django-axes from 5.13.0 to 7.0.1 (#17)

fix: bump django-axes from 5.13.0 to 7.0.1 (#17) #81

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: Ubuntu 22.04.5
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Run tests
run: |
python manage.py test