Skip to content

fix: circular import #164

fix: circular import

fix: circular import #164

Workflow file for this run

name: "Tests"
on:
workflow_dispatch:
pull_request:
push:
branches: [main]
paths:
- "src/**"
- "tests/**"
- "pyproject.toml"
- "poetry.lock"
- "nix/**"
- "flake.nix"
- "flake.lock"
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: install Poetry dependencies
run: nix develop --command poetry install --with dev
- name: Run tests
run: nix develop --command poetry run make test