Skip to content

Commit 3417378

Browse files
committed
FIX: missing double asterisk in pip cache path
1 parent d69cb42 commit 3417378

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
with:
7070
python-version: 3.9
7171
cache: 'pip'
72-
cache-dependency-path: 'req-doc.txt'
72+
cache-dependency-path: '**/req-doc.txt'
7373

7474
- name: Install dependencies
7575
run: |

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
python-version: 3.9
1919
cache: 'pip'
20-
cache-dependency-path: 'req-doc.txt'
20+
cache-dependency-path: '**/req-doc.txt'
2121

2222
- name: Install dependencies
2323
run: |

0 commit comments

Comments
 (0)