Skip to content

Bump mozilla-django-oidc from 4.0.1 to 5.0.2 in /requirements #466

Bump mozilla-django-oidc from 4.0.1 to 5.0.2 in /requirements

Bump mozilla-django-oidc from 4.0.1 to 5.0.2 in /requirements #466

Workflow file for this run

name: Unit tests
on:
push:
branches:
- 'master'
pull_request:
workflow_dispatch:
jobs:
test-python:
runs-on: ubuntu-latest # For consistency with above
steps:
- uses: actions/checkout@v4
- name: "Run Python tests (on Docker)"
run: |
make clean-ci
make build-ci
make test-ci