Skip to content

Commit bc7ecf3

Browse files
abrichrclaude
andcommitted
fix: use uv sync --no-dev --inexact to skip heavy optional deps
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent e116477 commit bc7ecf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/worker/src/test-runner.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ export function installDependencies(workDir: string, pm: PackageManager): void {
215215
pnpm: 'pnpm install',
216216
yarn: 'yarn install',
217217
pip: 'pip install -e .',
218-
uv: 'uv sync',
218+
uv: 'uv sync --no-dev --inexact',
219219
poetry: 'poetry install',
220220
cargo: 'cargo build',
221221
go: 'go mod download',

0 commit comments

Comments
 (0)