Bump certifi from 2021.10.8 to 2023.7.22 #11
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |