We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d69cb42 commit 3417378Copy full SHA for 3417378
.github/workflows/build.yml
@@ -69,7 +69,7 @@ jobs:
69
with:
70
python-version: 3.9
71
cache: 'pip'
72
- cache-dependency-path: 'req-doc.txt'
+ cache-dependency-path: '**/req-doc.txt'
73
74
- name: Install dependencies
75
run: |
.github/workflows/docs.yml
@@ -17,7 +17,7 @@ jobs:
17
18
19
20
21
22
23
0 commit comments