Skip to content

Commit 359ba7e

Browse files
authored
ci: Isolate uv cache per tox env (#6497)
1 parent 6485eee commit 359ba7e

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

scripts/populate_tox/tox.jinja

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ setenv =
185185
PYTHONDONTWRITEBYTECODE=1
186186
OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES
187187
COVERAGE_FILE=.coverage-sentry-{envname}
188+
UV_CACHE_DIR={env:HOME}/.cache/uv/{envname}
188189
189190
UV_PRERELEASE=if-necessary-or-explicit
190191
{% for group, integrations in groups.items() %}

tox.ini

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)