Skip to content

build(deps): bump requests from 2.31.0 to 2.32.0 #25

build(deps): bump requests from 2.31.0 to 2.32.0

build(deps): bump requests from 2.31.0 to 2.32.0 #25

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