Skip to content

fix: show live output during npm commands in setup script #8

fix: show live output during npm commands in setup script

fix: show live output during npm commands in setup script #8

Workflow file for this run

name: Run tests
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10", "3.11", "3.12", "3.13"]
steps:
- uses: actions/checkout@v4
- name: Install UV
uses: astral-sh/setup-uv@v6
with:
enable-cache: true
python-version: ${{ matrix.python-version }}
- run: uv python install
- run: uv sync --locked --all-extras --dev
- run: uv run pytest tests/