Skip to content

Commit b8cc837

Browse files
committed
disable pdm cache
1 parent 51743e8 commit b8cc837

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/preview-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
- name: Setup PDM
1818
uses: pdm-project/setup-pdm@v4
1919
with:
20-
python-version: 3.12
21-
cache: true
20+
python-version: 3.13
21+
cache: false
2222

2323
- name: Install dependencies
2424
run: pdm install

0 commit comments

Comments
 (0)