Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.

Prod 2800 update termination reason codes #42

Prod 2800 update termination reason codes

Prod 2800 update termination reason codes #42

Workflow file for this run

name: build
on:
pull_request:
types: [ opened, synchronize ]
merge_group:
types: [ checks_requested ]
push:
branches:
- main
jobs:
tests:
strategy:
fail-fast: false
matrix:
pyVersion: [ '3.7', '3.8', '3.9', '3.10', '3.11', '3.12' ]
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Unshallow
run: git fetch --prune --unshallow
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.pyVersion }}
- name: Run tests
run: make dev install test