cache-dependency-path: setup.py

This commit is contained in:
Simon Willison 2025-11-23 10:31:14 -08:00
commit 5073a2b1bd
5 changed files with 6 additions and 0 deletions

View file

@ -12,6 +12,7 @@ jobs:
with:
python-version: "3.12"
cache: pip
cache-dependency-path: setup.py
- name: Install dependencies
run: |
pip install -e '.[docs]'