Skip to content

Commit 843edab

Browse files
authored
disable python cache (#35)
1 parent df6ab7d commit 843edab

File tree

4 files changed

+0
-16
lines changed

4 files changed

+0
-16
lines changed

.github/workflows/_shared-docs-build-pr.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -192,10 +192,6 @@ jobs:
192192
uses: actions/setup-python@v3
193193
with:
194194
python-version: ${{ inputs.python }}
195-
cache: pip
196-
cache-dependency-path: |
197-
**/requirements*.txt
198-
**/build.sh
199195

200196
- name: Install Ansible
201197
run: pip install https://github.com/ansible/ansible/archive/${{ inputs.ansible-ref }}.tar.gz --disable-pip-version-check

.github/workflows/_shared-docs-build-push.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,6 @@ jobs:
105105
uses: actions/setup-python@v3
106106
with:
107107
python-version: ${{ inputs.python }}
108-
cache: pip
109-
cache-dependency-path: |
110-
**/requirements*.txt
111-
**/build.sh
112108

113109
- name: Install Ansible
114110
run: pip install https://github.com/ansible/ansible/archive/${{ inputs.ansible-ref }}.tar.gz --disable-pip-version-check

.github/workflows/generate-wiki-docs.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@ jobs:
3636
if: fromJSON(env.SHOULD_RUN)
3737
with:
3838
python-version: '3.9'
39-
cache: pip
40-
cache-dependency-path: |
41-
**/requirements*.txt
42-
**/build.sh
4339

4440
- name: Install Ansible
4541
if: fromJSON(env.SHOULD_RUN)

.github/workflows/test-action-build-init.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,6 @@ jobs:
4949
uses: actions/setup-python@v3
5050
with:
5151
python-version: 3.9
52-
cache: pip
53-
cache-dependency-path: |
54-
**/requirements*.txt
55-
**/build.sh
5652

5753
# if we pass an empty string to dest-dir, it will override the default.
5854
# we can't copy the default into the matrix because it uses a templating

0 commit comments

Comments
 (0)