Skip to content

Commit 557ac47

Browse files
authored
prune uv cache after build (#1)
1 parent c0b84c6 commit 557ac47

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
__pycache__
2-
.venv
2+
.venv
3+
4+
.idea

install.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,7 @@
22

33
# sync the dependecies into the Render cache
44
uv sync --locked --no-dev
5+
6+
# prune the uv cache so it doesn't grow indefinitely
7+
# https://docs.astral.sh/uv/concepts/cache/#caching-in-continuous-integration
8+
uv cache prune --ci

0 commit comments

Comments
 (0)