Skip to content

feat: add a ipynb that creates anzsic06.csv #2

feat: add a ipynb that creates anzsic06.csv

feat: add a ipynb that creates anzsic06.csv #2

Workflow file for this run

name: Tidy ANZSIC
on:
push:
jobs:
tidy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.x
- name: Install dependencies
run: pip install -r requirements.txt
- name: Run tidy_anzsic.py
run: python tidy_anzsic.py