Skip to content

Add TECHNICAL_FAQ.md (how the demo is implemented) #19

Add TECHNICAL_FAQ.md (how the demo is implemented)

Add TECHNICAL_FAQ.md (how the demo is implemented) #19

Workflow file for this run

name: cli-e2e
on:
push:
pull_request:
jobs:
cli-e2e:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.11"
- run: python -m pip install --upgrade pip
- run: pip install -e ".[dev,cli]"
- run: pytest tests/cli/