Skip to content

Add apache age to repositories.toml (#655) #854

Add apache age to repositories.toml (#655)

Add apache age to repositories.toml (#655) #854

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