We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 385800b commit c106820Copy full SHA for c106820
.github/workflows/docs_build.yml
@@ -27,6 +27,8 @@ jobs:
27
submodules: true
28
- uses: actions/setup-python@v5
29
with:
30
+ cache-dependency-path: docs/requirements.txt
31
+ cache: 'pip'
32
python-version: '3.10'
33
- name: Build
34
run: |
.github/workflows/wokwi.yml
@@ -63,6 +63,7 @@ jobs:
63
64
if: steps.check-tests.outputs.enabled == 'true'
65
66
+ cache-dependency-path: tests/requirements.txt
67
cache: 'pip'
68
python-version: '3.x'
69
0 commit comments