Update cache-dependency-path to pyproject.toml

This commit is contained in:
Simon Willison 2026-02-11 17:31:08 -08:00 committed by GitHub
commit eadb314ee4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,7 +18,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
cache: pip
cache-dependency-path: setup.py
cache-dependency-path: pyproject.toml
- name: Install dependencies
run: |
pip install . --group dev