Skip to content

Initial migration work #7

Initial migration work

Initial migration work #7

Workflow file for this run

on:
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: '3.11'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
make setup
- name: Run test
run: |
make test