Skip to content
This repository has been archived by the owner on Nov 16, 2024. It is now read-only.

tag for release

tag for release #63

Workflow file for this run

name: build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.12'
- name: Install dependencies
run: |
python -m pip install -U pip
bash dev-setup.sh
- name: Test
run: |
python -m unittest