Skip to content

Bump django from 4.1.3 to 4.1.10 #31

Bump django from 4.1.3 to 4.1.10

Bump django from 4.1.3 to 4.1.10 #31

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.9
- name: install python dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: execute tests
run: |
python test_project/manage.py test resigner_tests