Skip to content

Bump django from 4.2.6 to 4.2.10 #53

Bump django from 4.2.6 to 4.2.10

Bump django from 4.2.6 to 4.2.10 #53

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.11
- 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