Skip to content

Commit 05115d3

Browse files
committed
Fix GitHub Actions workflow: specify cache-dependency-path for pip caching
1 parent 836818f commit 05115d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-content.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
with:
3131
python-version: '3.11'
3232
cache: 'pip'
33+
cache-dependency-path: 'requirements-build.txt'
3334

3435
- name: Install dependencies
3536
run: pip install -r requirements-build.txt

0 commit comments

Comments
 (0)