Skip to content

Commit bb78fe4

Browse files
Add cache dependency path
1 parent 40e2829 commit bb78fe4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cd-docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
with:
2525
python-version: '3.10'
2626
cache: 'pip'
27+
cache-dependency-path: |
28+
tensorflow_serving/tools/pip_package/setup.py
2729
2830
- name: Save time for cache for mkdocs
2931
run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV

0 commit comments

Comments
 (0)