Skip to content

Commit 2278bb1

Browse files
committed
Disable caches for now
1 parent 5335401 commit 2278bb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upgrade-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
- uses: pdm-project/setup-pdm@v3
2626
with:
2727
python-version: 3.x
28-
cache: true
28+
cache: false
2929

3030
- run: pdm export --format requirements >tools.txt

0 commit comments

Comments
 (0)