Skip to content

Bump urllib3 from 2.0.3 to 2.0.7 #60

Bump urllib3 from 2.0.3 to 2.0.7

Bump urllib3 from 2.0.3 to 2.0.7 #60

Workflow file for this run

name: Python package
on: [push]
jobs:
build:
runs-on: ubuntu-22.04
strategy:
matrix:
python-version: ["3.10", "3.11"]
steps:
- uses: actions/checkout@v3
- name: Install poetry
run: pipx install poetry
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
cache: 'poetry'
- run: poetry install
- run: poetry run pytest