Skip to content

Bump certifi from 2019.3.9 to 2022.12.7 #21

Bump certifi from 2019.3.9 to 2022.12.7

Bump certifi from 2019.3.9 to 2022.12.7 #21

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.7
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements-dev.txt
- name: Run tests
run: |
pytest