Skip to content

Add CONTRIBUTING.md, move setup instructions from README #873

Add CONTRIBUTING.md, move setup instructions from README

Add CONTRIBUTING.md, move setup instructions from README #873

Workflow file for this run

name: CI
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Install dependencies
run: make pre-build
- name: Run tests for data sanity
run: make test