cache-dependency-path: setup.py, refs #3

This commit is contained in:
Simon Willison 2023-01-22 14:05:05 -08:00
commit 6bc3052499
2 changed files with 3 additions and 0 deletions

View file

@ -20,6 +20,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
cache: pip
cache-dependency-path: setup.py
- name: Install dependencies
run: |
pip install -e '.[test]'
@ -36,6 +37,7 @@ jobs:
with:
python-version: "3.11"
cache: pip
cache-dependency-path: setup.py
- name: Install dependencies
run: |
pip install setuptools wheel twine build

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]'