Skip to content

Commit c106820

Browse files
committed
fix(caching): Fix python caching
1 parent 385800b commit c106820

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Diff for: .github/workflows/docs_build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
submodules: true
2828
- uses: actions/setup-python@v5
2929
with:
30+
cache-dependency-path: docs/requirements.txt
31+
cache: 'pip'
3032
python-version: '3.10'
3133
- name: Build
3234
run: |

Diff for: .github/workflows/wokwi.yml

+1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
- uses: actions/setup-python@v5
6464
if: steps.check-tests.outputs.enabled == 'true'
6565
with:
66+
cache-dependency-path: tests/requirements.txt
6667
cache: 'pip'
6768
python-version: '3.x'
6869

0 commit comments

Comments
 (0)