Skip to content

fix tests

fix tests #88

Workflow file for this run

name: test
on:
push:
branches:
- dev
jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, windows-latest] # macos-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- run: |
pip install uv
uv sync --group=test
- run: |
uv run tox