Skip to content

Commit f56d895

Browse files
committed
fix: remove cache: pip from setup-python
Because there is no requirements.txt, the pip cache step fails. Removed cache since installing mkdocs-material is very fast.
1 parent 39f6ca9 commit f56d895

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/wiki.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ jobs:
2525
uses: actions/setup-python@v5
2626
with:
2727
python-version: 3.x
28-
cache: 'pip'
2928

3029
- name: Install dependencies
3130
run: |

0 commit comments

Comments
 (0)