Skip to content

Keep CI green without local-only planner and table fixtures #21

Keep CI green without local-only planner and table fixtures

Keep CI green without local-only planner and table fixtures #21

Workflow file for this run

name: CI
on:
push:
branches: [master, commercial]
pull_request:
branches: [master, commercial]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v6
with:
python-version: "3.11"
- run: pip install ".[dev,server]"
- run: python -m pytest --tb=short -q