Don't attempt tui stuff on Python 3.7, refs #572

This commit is contained in:
Simon Willison 2023-07-22 15:11:38 -07:00
commit fedd477e01
2 changed files with 6 additions and 2 deletions

View file

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