Skip to content

update random sample #188

update random sample

update random sample #188

Workflow file for this run

name: pytest
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
- run: PYTHONPATH=. poetry run pytest
- run: poetry run ruff check
- run: poetry run ruff format --check
- run: poetry run pyright