Skip to content

fix: KeyboardInterrupt not being caught by server CLI #6

fix: KeyboardInterrupt not being caught by server CLI

fix: KeyboardInterrupt not being caught by server CLI #6

Workflow file for this run

name: Run pytest
on:
push:
paths:
- 'src/**.py'
- 'tests/**.py'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
cache: pip
cache-dependency-path: pyproject.toml
python-version: '3.11'
- run: pip install .[tests]
- run: pytest