Skip to content

Commit 38fce3f

Browse files
jmesnilclaude
andcommitted
fix: restore UV_SYSTEM_PYTHON env var in TCK workflow
The uv pip install command fails without a virtual environment unless UV_SYSTEM_PYTHON=1 is set to allow system-wide installation. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 2eea6cd commit 38fce3f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/run-tck.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ on:
1313
env:
1414
# Tag/branch of the TCK
1515
TCK_VERSION: 1.0-dev
16+
# Tells uv to not need a venv, and instead use system
17+
UV_SYSTEM_PYTHON: 1
1618
SUT_URL: http://localhost:9999
1719

1820
# Only run the latest job

0 commit comments

Comments
 (0)