Skip to content

fix: use toml sort instead of reqs sort #5

fix: use toml sort instead of reqs sort

fix: use toml sort instead of reqs sort #5

Workflow file for this run

name: CI
on:
push:
pull_request:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Set up Python
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # 5.2.0
with:
python-version: '3.10'
- name: Install dependencies
run: pip install uv && uv pip install -e . --system
- name: Run tests
run: pytest --cov