Skip to content

Bump urllib3 from 1.26.16 to 1.26.17 #1064

Bump urllib3 from 1.26.16 to 1.26.17

Bump urllib3 from 1.26.16 to 1.26.17 #1064

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ['3.9', '3.10', '3.11']
name: CI ${{ matrix.python-version }}
steps:
- uses: actions/checkout@v3
- name: Setup python
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install dev dependencies
run: make install-dev
- name: Run test
run: make test