Skip to content

Commit fff0f73

Browse files
committed
fix(ci): specify cache-dependency-path for setup-python
1 parent 670337b commit fff0f73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
with:
2626
python-version: '3.12'
2727
cache: 'pip'
28+
cache-dependency-path: 'pyproject.toml'
2829

2930
- name: Install dependencies
3031
run: pip install .

0 commit comments

Comments
 (0)