Skip to content

Bump urllib3 from 2.0.4 to 2.0.6 #68

Bump urllib3 from 2.0.4 to 2.0.6

Bump urllib3 from 2.0.4 to 2.0.6 #68

Workflow file for this run

name: test
on: [ pull_request ]
jobs:
run-test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v3
- uses: ./.github/workflows/setup-env
with:
python-version: ${{ matrix.python-version }}
- name: run pytest
run: |
pytest -W error