Skip to content

build(deps): bump urllib3 from 2.2.1 to 2.2.2 #29

build(deps): bump urllib3 from 2.2.1 to 2.2.2

build(deps): bump urllib3 from 2.2.1 to 2.2.2 #29

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