Skip to content

Move create schema to its own function #126

Move create schema to its own function

Move create schema to its own function #126

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Install requirements_dev.txt
run: pip install -r requirements_dev.txt
- name: Test
run: python -m pytest iatidata/