Skip to content

Add ruzi investigation notebook and data #163

Add ruzi investigation notebook and data

Add ruzi investigation notebook and data #163

Workflow file for this run

name: ci
on:
push:
pull_request:
jobs:
test:
name: unittest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v4
with:
python-version: "3.10"
cache: "pip"
- run: pip install -r requirements.txt
- run: python -m unittest