Skip to content

Upgrade Django to 4.2.6, requests to 2.31. #41

Upgrade Django to 4.2.6, requests to 2.31.

Upgrade Django to 4.2.6, requests to 2.31. #41

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.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