Skip to content

ci: fix pip-audit (--no-emit-project) #23

ci: fix pip-audit (--no-emit-project)

ci: fix pip-audit (--no-emit-project) #23

Workflow file for this run

name: Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Install uv
uses: astral-sh/setup-uv@v7
with:
version: "latest"
- name: Set up Python
run: uv python install 3.12
- name: Install dependencies
run: uv sync --extra dev
- name: Run tests
run: uv run pytest --tb=short -q