Skip to content

fixup! tr: migrate to pydantic (major change) #192

fixup! tr: migrate to pydantic (major change)

fixup! tr: migrate to pydantic (major change) #192

Workflow file for this run

name: test
on:
push:
branches:
- master
- devel
defaults:
run:
shell: bash
jobs:
test:
strategy:
matrix:
# python-version: ["3.10", "3.11", "3.12"]
# os: ["ubuntu-20.04", "macos-latest"]
python-version: ["3.10"]
os: ["ubuntu-20.04"]
runs-on: ${{matrix.os}}
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Setup
run: |
.github/scripts/setup.sh
- name: Run test
run: |
.github/scripts/run_test.sh