Documentation for trogon TUI, refs #545

This commit is contained in:
Simon Willison 2023-05-21 10:53:22 -07:00
commit b1a2bb1dbf
5 changed files with 43 additions and 2 deletions

View file

@ -26,7 +26,7 @@ jobs:
${{ runner.os }}-pip-
- name: Install dependencies
run: |
pip install -e '.[test]'
pip install -e '.[test,tui]'
- name: Run tests
run: |
pytest

View file

@ -28,7 +28,7 @@ jobs:
${{ runner.os }}-pip-
- name: Install dependencies
run: |
pip install -e '.[test,mypy,flake8]'
pip install -e '.[test,mypy,flake8,tui]'
- name: Optionally install numpy
if: matrix.numpy == 1
run: pip install numpy