Skip to content

Bump urllib3 from 1.26.12 to 1.26.18 #351

Bump urllib3 from 1.26.12 to 1.26.18

Bump urllib3 from 1.26.12 to 1.26.18 #351

Workflow file for this run

---
name: CI
on:
push:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: opensafely-core/setup-action@v1
with:
install-just: true
python-version: "3.8"
cache-dependency-path: requirements.*.txt
- name: Check formatting, linting and import sorting
run: just check
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: opensafely-core/setup-action@v1
with:
install-just: true
python-version: "3.8"
cache-dependency-path: requirements.*.txt
- name: Run tests
run: |
just test