Skip to content

Bump certifi from 2021.10.8 to 2023.7.22 #11

Bump certifi from 2021.10.8 to 2023.7.22

Bump certifi from 2021.10.8 to 2023.7.22 #11

Workflow file for this run

name: Testing
on: push
jobs:
test_project:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run Django unit tests
run: |
pip3 install --user django
python3 manage.py test