cache-dependency-path: setup.py

This commit is contained in:
Simon Willison 2022-11-21 22:59:12 -08:00 committed by GitHub
commit ca301dcbe3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,6 +18,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
cache: pip
cache-dependency-path: setup.py
- name: Install dependencies
run: |
pip install -e '.[test]'