Skip to content

Bump certifi from 2021.5.30 to 2023.7.22 #16

Bump certifi from 2021.5.30 to 2023.7.22

Bump certifi from 2021.5.30 to 2023.7.22 #16

Workflow file for this run

name: Run tests
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up Python 3.9
uses: actions/setup-python@v1
with:
python-version: 3.9
- name: Install pipenv
run: pip install pipenv
- name: Run tests
run: |
pipenv install --dev
pipenv run pytest