pip install . --group dev

This commit is contained in:
Simon Willison 2025-12-11 15:33:25 -08:00
commit 066d0f3e8d

View file

@ -21,7 +21,7 @@ jobs:
cache-dependency-path: pyproject.toml
- name: Install dependencies
run: |
pip install --group dev
pip install . --group dev
- name: Run tests
run: |
pytest