Skip to content

Update models to the MBDB schema 30 - 2025 Q2 #154

Update models to the MBDB schema 30 - 2025 Q2

Update models to the MBDB schema 30 - 2025 Q2 #154

Workflow file for this run

name: Test
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python_version: [ '3.9', '3.10', '3.11', '3.12', '3.13' ]
steps:
- uses: actions/checkout@v2
- name: Install Python
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python_version }}
- name: Install Poetry
uses: snok/install-poetry@v1
- name: Install application dependencies
run: poetry install
- name: Run tests
run: ./check.sh