Skip to content

build(deps): bump urllib3 from 1.26.18 to 1.26.19 in /docs (#21) #91

build(deps): bump urllib3 from 1.26.18 to 1.26.19 in /docs (#21)

build(deps): bump urllib3 from 1.26.18 to 1.26.19 in /docs (#21) #91

Workflow file for this run

name: Python tox
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.11
uses: actions/setup-python@v2
with:
python-version: '3.11'
- name: Set up Python 3.10
uses: actions/setup-python@v2
with:
python-version: '3.10'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install tox pytest pytest-cov
- name: Run tox
run: tox