Skip to content

Merge pull request #1229 from amyreese/north-bay-python-2025 #355

Merge pull request #1229 from amyreese/north-bay-python-2025

Merge pull request #1229 from amyreese/north-bay-python-2025 #355

Workflow file for this run

name: CI
on:
push:
branches: main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.12
- name: Install
run: make install-deps
- name: Run Test
run: make test