Skip to content

Mark failing test as xfail #4

Mark failing test as xfail

Mark failing test as xfail #4

Workflow file for this run

name: CI
on: [push]
jobs:
test:
name: python
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v3
- name: Set up Python
run: uv python install
- name: Install the project
run: uv sync --all-extras --dev
- name: Run tests
run: uv run pytest