Try different pip install pattern

This commit is contained in:
Simon Willison 2025-12-11 15:20:47 -08:00
commit 270335dda7
3 changed files with 11 additions and 11 deletions

View file

@ -24,7 +24,7 @@ jobs:
cache-dependency-path: pyproject.toml
- name: Install dependencies
run: |
pip install --group dev
pip install . --group dev
- name: Optionally install numpy
if: matrix.numpy == 1
run: pip install numpy