Skip to content

Exit gracefully when lookup table not found #13

Exit gracefully when lookup table not found

Exit gracefully when lookup table not found #13

Workflow file for this run

# This workflow will install dependencies and run pytest
name: tests
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
name: Run pytest
steps:
- uses: actions/checkout@v4
- name: Install requirements
run: pip install -r requirements-dev.txt
- name: Run tests
run: pytest