Skip to content

build(deps): bump certifi from 2024.2.2 to 2024.7.4 #31

build(deps): bump certifi from 2024.2.2 to 2024.7.4

build(deps): bump certifi from 2024.2.2 to 2024.7.4 #31

Workflow file for this run

name: Run Tests
on:
push:
branches: [ main, develop ]
pull_request:
branches: [ main, develop ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Install dependencies
run: |
pip install pipenv
pipenv install --dev
- name: Run tests
run: |
pipenv run pytest