Skip to content

Bump urllib3 from 1.26.6 to 1.26.18 #31

Bump urllib3 from 1.26.6 to 1.26.18

Bump urllib3 from 1.26.6 to 1.26.18 #31

Workflow file for this run

name: ci
on: [push]
jobs:
build:
name: build and test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python $
uses: actions/setup-python@v4
with:
python-version-file: '.python-version' # Read python version from a file
- name: Install dependencies
run: |
pip install --require-hashes -r requirements.txt -r dev-requirements.txt
- name: Test with pytest
run: |
make test