Skip to content

Add support for Python 3.12 #167

Add support for Python 3.12

Add support for Python 3.12 #167

Workflow file for this run

name: Code quality checks
on:
pull_request:
jobs:
lint_and_type_checks:
name: Run lint and type checks
uses: ./.github/workflows/lint_and_type_checks.yaml
unit_tests:
name: Run unit tests
needs: [lint_and_type_checks]
uses: ./.github/workflows/unit_tests.yaml
integration_tests:
name: Run integration tests
needs: [lint_and_type_checks, unit_tests]
uses: ./.github/workflows/integration_tests.yaml
secrets: inherit